app / sg.edu.ntu.scse.cz2006.gymbuddies.util.svy21converter / LatLonCoordinate

LatLonCoordinate

open class LatLonCoordinate

Converter for SVY21 to WGS84 coordinates Adapted from https://github.com/cgcai/SVY21

Since
2019-10-21

Author
cgcai

Constructors

<init>

LatLonCoordinate(latitude: Double, longitude: Double)

Properties

latitude

var latitude: Double

longitude

var longitude: Double

Functions

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