toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.kml
/
KmlPoint
Kml
Point
open
class
KmlPoint
:
Point
Represents a KML Point. Contains a single coordinate.
Members
Constructors
Kml
Point
Link copied to clipboard
constructor
(
coordinates
:
LatLng
)
Creates a new KmlPoint
constructor
(
coordinates
:
LatLng
,
altitude
:
Double
)
Creates a new KmlPoint
Functions
get
Altitude
Link copied to clipboard
open
fun
getAltitude
(
)
:
Double
get
Geometry
Object
Link copied to clipboard
abstract
fun
getGeometryObject
(
)
:
T
Gets the stored KML Geometry object
open
fun
getGeometryObject
(
)
:
LatLng
Gets the coordinates of the Point
get
Geometry
Type
Link copied to clipboard
open
fun
getGeometryType
(
)
:
String
Gets the type of geometry
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String