Geo Coordinates
Class containing position in WGS84 coordinates with double precision
Constructors
GeoCoordinates
Link copied to clipboard
Creates a GeoCoordinate with specified latitude and longitude values.
GeoCoordinates
Link copied to clipboard
open fun GeoCoordinates(latitude: Double, longitude: Double, altitude: Double)
Content copied to clipboard
Creates a GeoCoordinate with specified latitude, longitude and altitude values.
Functions
describe Contents
Link copied to clipboard
For documentation, see android.os.Parcelable.describeContents().
distance To
Link copied to clipboard
Calculates the distance, as measured in meters, between this GeoCoordinate and the specified GeoCoordinate.
get Altitude
Link copied to clipboard
Returns the altitude, as measured in meters above sea-level.
get Latitude
Link copied to clipboard
Returns the latitude, as measured in degrees, representing north-south coordinate (y-axis on a map).
get Longitude
Link copied to clipboard
Returns the longitude, as measured in degrees, representing east-west coordinate (x-axis on a map).
has Valid Altitude
Link copied to clipboard
is Valid
Link copied to clipboard
Represents whether the GeoCoordinates are valid.
is Valid Parcelable
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
write To Parcel
Link copied to clipboard
For documentation, see android.os.Parcelable.writeToParcel().