Class Location

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

    The location class containing GPS data details.

    public class Location
    Inheritance
    object
    Location

    Constructors

    View Source

    Location(double, double, double)

    The public constructor.

    Declaration
    public Location(double latitude, double longitude, double altitude)
    Parameters
    Type Name Description
    double latitude

    The latitude data.

    double longitude

    The longitude data.

    double altitude

    The altitude data.

    Properties

    View Source

    Altitude

    The altitude data.

    Declaration
    public double Altitude { get; }
    Property Value
    Type Description
    double
    View Source

    Latitude

    The latitude data.

    Declaration
    public double Latitude { get; }
    Property Value
    Type Description
    double
    View Source

    Longitude

    The longitude data.

    Declaration
    public double Longitude { get; }
    Property Value
    Type Description
    double
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX