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