Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
DTouristAttractions.java115 LatLng cityLatLng = CITY_LOCATIONS.get(city); in getGeofenceList() local
117 .setCircularRegion(cityLatLng.latitude, cityLatLng.longitude, TRIGGER_RADIUS) in getGeofenceList()