LatLong
scalation.LatLong
The LatLong
class stores Latitude-Longitude coordinates. Note: when converting from String to a number use 'mk' not 'to' (e.g., mkInt not toInt).
Value parameters
- lat
-
the latitude in degrees North of the Equator
- long
-
the longitude in degrees East of the Prime Meridian
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
Inherited
- Not inherited
- Product
In this article