toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.geojson
/
GeoJsonMultiPoint
Geo
Json
Multi
Point
open
class
GeoJsonMultiPoint
:
MultiGeometry
A GeoJsonMultiPoint geometry contains a number of
GeoJsonPoint
s.
Members
Constructors
Geo
Json
Multi
Point
Link copied to clipboard
constructor
(
geoJsonPoints
:
List
<
GeoJsonPoint
>
)
Creates a GeoJsonMultiPoint 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
(
)
:
List
<
Geometry
>
Gets the stored geometry object
get
Points
Link copied to clipboard
open
fun
getPoints
(
)
:
List
<
GeoJsonPoint
>
Gets a list of GeoJsonPoints
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