toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data
/
Point
Point
open
class
Point
:
Geometry
<
T
>
An abstraction that shares the common properties of
KmlPoint
and
GeoJsonPoint
Inheritors
KmlPoint
GeoJsonPoint
Members
Constructors
Point
Link copied to clipboard
constructor
(
coordinates
:
LatLng
)
Creates a new Point object
Functions
get
Geometry
Object
Link copied to clipboard
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