StreetscapeGeometry.Type

  • StreetscapeGeometry.Type is an enum that describes the type of a Streetscape Geometry.

  • The possible values for StreetscapeGeometry.Type are BUILDING and TERRAIN.

  • BUILDING represents a building geometry.

  • TERRAIN represents the ground or floor geometry.

public static final enum StreetscapeGeometry.Type

Describes the type of a Streetscape Geometry.

Obtained by StreetscapeGeometry.getType().

Inherited Methods

Enum Values

BUILDING

public static final StreetscapeGeometry.Type BUILDING

This geometry represents a building.

TERRAIN

public static final StreetscapeGeometry.Type TERRAIN

This geometry represents the ground or floor.