
Classes | |
| class | Coordinate |
Static Public Member Functions | |
| static String | apiKey () |
| static Coordinate | coordinateForAddress (String address) |
| static NSDictionary | resolveAddress (String address) |
| static void | setApiKey (String apiKey) |
Static Public Attributes | |
| static final String[] | GEOCODER_RESPONSE_KEYS = new String[] { KEY_STATUS, KEY_ACCURACY, KEY_LATITUDE, KEY_LONGITUDE } |
| static final String | KEY_ACCURACY = "accuracy" |
| static final String | KEY_LATITUDE = "latitude" |
| static final String | KEY_LONGITUDE = "longitude" |
| static final String | KEY_STATUS = "status" |
| static String apiKey | ( | ) | [static] |
| static Coordinate coordinateForAddress | ( | String | address | ) | [static] |
| static NSDictionary resolveAddress | ( | String | address | ) | [static] |
| static void setApiKey | ( | String | apiKey | ) | [static] |
final String [] GEOCODER_RESPONSE_KEYS = new String[] { KEY_STATUS, KEY_ACCURACY, KEY_LATITUDE, KEY_LONGITUDE } [static] |
final String KEY_ACCURACY = "accuracy" [static] |
final String KEY_LATITUDE = "latitude" [static] |
final String KEY_LONGITUDE = "longitude" [static] |
final String KEY_STATUS = "status" [static] |
1.5.8