Searched refs:CITY_LOCATIONS (Results 1 – 1 of 1) sorted by relevance
45 public static final Map<String, LatLng> CITY_LOCATIONS = new HashMap<String, LatLng>() {{ field in TouristAttractions114 for (String city : CITY_LOCATIONS.keySet()) { in getGeofenceList()115 LatLng cityLatLng = CITY_LOCATIONS.get(city); in getGeofenceList()134 for (Map.Entry<String, LatLng> entry: CITY_LOCATIONS.entrySet()) { in getClosestCity()