In your Android device, when a device location changes, your application can receive updated information about the changes, including height, accuracy, direction, speed, and timestamp, using any of the following location sources:
- GPS satellite: When using GPS sensors, support precise positioning function.
- Wireless network: The approximate positioning function is supported when using data connection.
The Geolocation API provides the necessary support for creating applications that can use location-source signals that are configured in the device.
In this article, you will learn:
- Geolocation API
- Handling Geolocation events in the application
- Android-related device license
- Troubleshooting for Applications
Requirements
The following products are required:
Flash Builder 4
Flash Professional CS5
Additional requirements:
Preliminary knowledge
This article assumes that the reader understands ActionScript 3.