Home
last modified time | relevance | path

Searched refs:CITY_LOCATIONS (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
DTouristAttractions.java45 public static final Map<String, LatLng> CITY_LOCATIONS = new HashMap<String, LatLng>() {{ field in TouristAttractions
114 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()