open class LatLonCoordinate
Converter for SVY21 to WGS84 coordinates Adapted from https://github.com/cgcai/SVY21
Since
2019-10-21
Author
cgcai
<init> |
LatLonCoordinate(latitude: Double, longitude: Double) |
latitude |
var latitude: Double |
longitude |
var longitude: Double |
asSVY21 |
open fun asSVY21(): SVY21Coordinate! |
equals |
open fun equals(other: Any?): Boolean |
getLatitude |
open fun getLatitude(): Double |
getLongitude |
open fun getLongitude(): Double |
hashCode |
open fun hashCode(): Int |
toString |
open fun toString(): String |