toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.kml
/
KmlMultiGeometry
Kml
Multi
Geometry
open
class
KmlMultiGeometry
:
MultiGeometry
Represents a KML MultiGeometry. Contains an array of Geometry objects.
Inheritors
KmlMultiTrack
Members
Constructors
Kml
Multi
Geometry
Link copied to clipboard
constructor
(
geometries
:
ArrayList
<
Geometry
>
)
Creates a new MultiGeometry object
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
(
)
:
ArrayList
<
Geometry
>
Gets an ArrayList of Geometry objects
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String