Class Location
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
The location class containing GPS data details.
public class Location
- Inheritance
-
Location
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. |
API Level: 3
Feature: http://tizen.org/feature/camera
Properties
View SourceAltitude
The altitude data.
Declaration
public double Altitude { get; }
Property Value
Type | Description |
---|---|
Double |
API Level: 3
View SourceLatitude
The latitude data.
Declaration
public double Latitude { get; }
Property Value
Type | Description |
---|---|
Double |
API Level: 3
View SourceLongitude
The longitude data.
Declaration
public double Longitude { get; }
Property Value
Type | Description |
---|---|
Double |