Location
Object Hierarchy:
Description:
[
CCode ( type_id =
"geocode_location_get_type ()" ) ]
public class Location :
Object
All the fields in the Location structure are private and should never be accessed directly.
Content:
Properties:
- public double accuracy { get; set; }
The accuracy of this location in meters.
- public double altitude { get; set; }
The altitude of this location in meters.
- public LocationCRS crs { get; construct; }
The Coordinate Reference System Identification of this location.
- public string description { get; set; }
The description of this location.
- public double latitude { get; set; }
The latitude of this location in degrees.
- public double longitude { get; set; }
The longitude of this location in degrees.
- public uint64 timestamp { get; construct; }
A timestamp in seconds since <ulink url="http://en.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object