class IAGSLocation: Any
Fields
Name | Description |
---|---|
val latitude: Double
|
The latitude in degrees. |
val longitude: Double
|
The longitude in degrees. |
Constructors
<init>
constructor(latitude: Double, longitude: Double)
The latitude and longitude associated with a location, specified using the WGS 84 reference frame.
Parameters
Name | Description |
---|---|
latitude: Double
|
|
longitude: Double
|
The latitude and longitude associated with a location, specified using the WGS 84 reference frame.