Package com.google.maps.android.data.renderer.model
See: Description
-
Class Summary Class Description DataLayer A data class representing a layer of features. DataScene A data class representing a collection of layers to be rendered. Feature A data class representing a single feature, which combines a geometry, its style, and arbitrary properties. PointGeometry A Geometry that contains a single Point. LineString A Geometry that contains a list of Points, representing a line. Polygon A Geometry that contains an outer boundary and a list of inner boundaries (holes). MultiGeometry A Geometry that is a collection of other Geometry objects. GroundOverlay Represents a GroundOverlay geometry. GroundOverlayStyle Represents the style for a GroundOverlay. Point A data class representing a single point in a coordinate system. PointStyle A data class representing the style for a PointGeometry. LineStyle A data class representing the style for a LineString. PolygonStyle A data class representing the style for a Polygon. -
Object Summary Object Description Companion