toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.geojson
/
GeoJsonPoint
Geo
Json
Point
open
class
GeoJsonPoint
:
Point
A GeoJsonPoint geometry contains a single
com.google.android.gms.maps.model.LatLng
.
Members
Constructors
Geo
Json
Point
Link copied to clipboard
constructor
(
coordinates
:
LatLng
)
Creates a new GeoJsonPoint
constructor
(
coordinates
:
LatLng
,
altitude
:
Double
)
Creates a new GeoJsonPoint
Functions
get
Altitude
Link copied to clipboard
open
fun
getAltitude
(
)
:
Double
Gets the altitude of the GeoJsonPoint
get
Coordinates
Link copied to clipboard
open
fun
getCoordinates
(
)
:
LatLng
Gets the coordinates of the GeoJsonPoint
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
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