Class Location
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The location class containing GPS data details.
C#Copypublic class Location
- Inheritance
-
objectLocation
Constructors
Declaration
C#Copypublic 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
Declaration
C#Copypublic double Altitude { get; }
Property Value
| Type | Description |
|---|---|
| double |
Declaration
C#Copypublic double Latitude { get; }
Property Value
| Type | Description |
|---|---|
| double |
Declaration
C#Copypublic double Longitude { get; }
Property Value
| Type | Description |
|---|---|
| double |