toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.geojson
/
GeoJsonMultiPolygon
Geo
Json
Multi
Polygon
open
class
GeoJsonMultiPolygon
:
MultiGeometry
A GeoJsonMultiPolygon geometry contains a number of
GeoJsonPolygon
s.
Members
Constructors
Geo
Json
Multi
Polygon
Link copied to clipboard
constructor
(
geoJsonPolygons
:
List
<
GeoJsonPolygon
>
)
Creates a new GeoJsonMultiPolygon
Properties
geometry
Type
Link copied to clipboard
open
var
geometryType
:
String
Functions
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
Polygons
Link copied to clipboard
open
fun
getPolygons
(
)
:
List
<
GeoJsonPolygon
>
Gets a list of GeoJsonPolygons
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