GeoLocation.changed(location) Event (JS)
Raised when the location changes.
Use startListening to get these events.
The parameter object is of the following form:
{
altitude: altitude measured in meters,
latitude: a number measured in decimal degrees,
longitude: a number measured in decimal degrees,
accuracy: a number measured in meters,
speed: speed measured in meters per second
}
See the GeoLocation module for an example.
Location
- Namespace
- Fuse.GeoLocation
- Package
- Fuse.GeoLocation 2.9.1