d property

Map<String, Object> d
getter/setter pair

The datum that the reference will output it's lat and long coordinates in. By default it is the WGS84 datum but this can be overriden when calling the toLatLon() function

Implementation

var d = Datums.WGS84;