Данные геометрии точечного объекта.
PointGeometryData(geoPoint: GeoPoint)
geoPoint
GeoPoint
PointGeometryData(geoPointWithElevation: GeoPointWithElevation)
geoPointWithElevation
GeoPointWithElevation
fun match(geoPoint: Function1, geoPointWithElevation: Function1): T
(GeoPoint) -> T
(GeoPointWithElevation) -> T
T
fun toString(): String
String
fun hashCode(): Int
Int
fun equals(other: Any?): Boolean
other
Any?
Boolean
val isGeoPoint
val asGeoPoint
GeoPoint?
val isGeoPointWithElevation
val asGeoPointWithElevation
GeoPointWithElevation?
val value