Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java263 LatLng latLngLocation = new LatLng(location.getLatitude(), location.getLongitude()); in locationUpdated() local
266 Utils.storeLocation(this, latLngLocation); in locationUpdated()