HomeSort by relevance Sort by last modified time
    Searched refs:latLngLocation (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 253 LatLng latLngLocation = new LatLng(location.getLatitude(), location.getLongitude());
256 Utils.storeLocation(this, latLngLocation);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 253 LatLng latLngLocation = new LatLng(location.getLatitude(), location.getLongitude());
256 Utils.storeLocation(this, latLngLocation);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 253 LatLng latLngLocation = new LatLng(location.getLatitude(), location.getLongitude());
256 Utils.storeLocation(this, latLngLocation);