Struct Coordinate

    Definition

    Namespace:
    Tizen.Location
    Assembly:
    Tizen.Location.dll

    This structure represents the coordinates of a geographical location.

    [NativeStruct("location_coords_s", Include = "locations.h", PkgConfig = "capi-location-manager")]
    public struct Coordinate

    Fields

    View Source

    Latitude

    Latitude component of the coordinate. Should have a value between [-90.0 ~ 90.0] (degrees).

    Declaration
    public double Latitude
    Field Value
    Type Description
    double
    View Source

    Longitude

    Longitude component of the coordinate. Should have a value between [-180.0 ~ 180.0] (degrees).

    Declaration
    public double Longitude
    Field Value
    Type Description
    double
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX