Scaleform::GFx::Event Scaleform::GFx::GeolocationEvent
class GeolocationEvent : public Event;
GeolocationEvent is an event that should be send in response to the mobile device's location sensor, to notify any change in the current location of the device.
|
Data Member |
Description |
|
The altitude in meters. | |
|
The horizontal accuracy in meters. | |
|
The direction of movement (with respect to true north) in integer degrees. | |
|
The latitude in degrees. | |
|
The longitude in degrees. | |
|
The speed in meters/second. | |
|
The number of milliseconds at the time of the event since the runtime was initialized. | |
|
The vertical accuracy in meters. | |
|
Event id used for geolocation events. |
|
Method |
Description |
|
Initializes GeolocationEvent to contain information about the location of the device. |
GFx_Event.h