library
Toggle table of contents
3.10.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
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