Searched refs:JSON_KEY_ADDRESS_COMPONENTS (Results 1 – 1 of 1) sorted by relevance
36 private static final String JSON_KEY_ADDRESS_COMPONENTS = "address_components"; field in ReverseGeocodeTask76 JSONArray components = topResult.optJSONArray(JSON_KEY_ADDRESS_COMPONENTS); in doInBackground()