Class ZoneChangedEventArgs
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
An extended EventArgs class which contains the changed zone status.
C#Copypublic class ZoneChangedEventArgs : EventArgs
- Inheritance
Constructors
View Source
ZoneChangedEventArgs(BoundaryState, Double, Double, Double, DateTime)
The class constructor for the ZoneChangedEventArgs class.
Declaration
C#Copypublic ZoneChangedEventArgs(BoundaryState state, double latitude, double longitude, double altitude, DateTime timestamp)
Parameters
Type | Name | Description |
---|---|---|
BoundaryState | state | An enumeration of type BoundaryState. |
System.Double | latitude | The latitude value [-90.0 ~ 90.0] (degrees). |
System.Double | longitude | The longitude value [-180.0 ~ 180.0] (degrees). |
System.Double | altitude | The altitude value. |
System.DateTime | timestamp | The timestamp value. |
API Level: 3
Properties
Declaration
C#Copypublic double Altitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
API Level: 3
Declaration
C#Copypublic BoundaryState BoundState { get; }
Property Value
Type | Description |
---|---|
BoundaryState |
API Level: 3
Declaration
C#Copypublic double Latitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
API Level: 3
Declaration
C#Copypublic double Longitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
API Level: 3
Declaration
C#Copypublic DateTime Timestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTime |