Class Location

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

The location class containing GPS data details.

C#
Copy
public class Location
Inheritance
System.Object
Location

Constructors

View Source

Location(Double, Double, Double)

The public constructor.

Declaration
C#
Copy
public Location(double latitude, double longitude, double altitude)
Parameters
Type Name Description
System.Double latitude

The latitude data.

System.Double longitude

The longitude data.

System.Double altitude

The altitude data.

API Level: 3
Feature: http://tizen.org/feature/camera

Properties

View Source

Altitude

The altitude data.

Declaration
C#
Copy
public double Altitude { get; }
Property Value
Type Description
System.Double
API Level: 3
View Source

Latitude

The latitude data.

Declaration
C#
Copy
public double Latitude { get; }
Property Value
Type Description
System.Double
API Level: 3
View Source

Longitude

The longitude data.

Declaration
C#
Copy
public double Longitude { get; }
Property Value
Type Description
System.Double
API Level: 3