GeolocationEvent

GeolocationEvent
Scaleform::GFx::Event
    Scaleform::GFx::GeolocationEvent
Declaration
class GeolocationEvent : public Event;
Description

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 Members
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. 
Methods
Method 
Description 
Initializes GeolocationEvent to contain information about the location of the device. 
File

GFx_Event.h