Class Location
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The location class containing GPS data details.
public class Location
- Inheritance
-
objectLocation
Constructors
View SourceLocation(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 SourceAltitude
The altitude data.
Declaration
public double Altitude { get; }
Property Value
Type | Description |
---|---|
double |
Latitude
The latitude data.
Declaration
public double Latitude { get; }
Property Value
Type | Description |
---|---|
double |
Longitude
The longitude data.
Declaration
public double Longitude { get; }
Property Value
Type | Description |
---|---|
double |