Localizame
class LocalizameSource file(s): Localizame.java Jar file: Localizame.jar
This class provides access to the Localízame service that allows us to locate our friends through an HTTP interface.
Location comes as a descriptive text indicating the rough position of the user (street, town and postal code). Error margin can vary from 200 meters in a city to 5/20 km in the countryside.
To use this service you must send "CLAVE" in an SMS message to number 424. You will receive another SMS message with the password that will allow you to use the service during the following 30 minutes.
This API is available for all movistar subscribers in Spain.
You can check billing information here
Methods
| Login | Performs login to the server |
| Locate | Performs location search of a user |
| Authorize | Authorizes another user to locate us |
| Unauthorize | Unauthorizes another user to locate us |
| Logout | Logs out from server |
Sample Code
| Localízame | Sample code to show how to use Localizame API |