toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.geojson
/
GeoJsonGeometryCollection
Geo
Json
Geometry
Collection
open
class
GeoJsonGeometryCollection
:
MultiGeometry
A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects.
Members
Constructors
Geo
Json
Geometry
Collection
Link copied to clipboard
constructor
(
geometries
:
List
<
Geometry
>
)
Creates a new GeoJsonGeometryCollection object
Properties
geometry
Type
Link copied to clipboard
open
var
geometryType
:
String
Functions
get
Geometries
Link copied to clipboard
open
fun
getGeometries
(
)
:
List
<
Geometry
>
Gets the stored Geometry objects
get
Geometry
Object
Link copied to clipboard
abstract
fun
getGeometryObject
(
)
:
T
Gets the stored KML Geometry object
open
fun
getGeometryObject
(
)
:
List
<
Geometry
>
Gets the stored geometry object
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
String
Gets the type of geometry.
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String