HomeSort by relevance Sort by last modified time
    Searched defs:getLatitude (Results 1 - 18 of 18) sorted by null

  /external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
RouteGuideUtil.java 25 public static double getLatitude(Point location) {
26 return location.getLatitude() / COORD_FACTOR;
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 57 public double getLatitude() {
SimpleGeofenceStore.java 89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude());
  /developers/samples/android/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 57 public double getLatitude() {
SimpleGeofenceStore.java 89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude());
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java 57 public double getLatitude() {
SimpleGeofenceStore.java 89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude());
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
RouteGuideUtil.java 37 public static double getLatitude(Point location) {
38 return location.getLatitude() / COORD_FACTOR;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
Coordinate.java 118 public Coordinate.latitudeType getLatitude() {
202 return getLatitude() != null;
214 return getLatitude();
237 + getLatitude().toIndentedString(indent);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 61 public double getLatitude() {
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 119 assertEquals(latitude, address.getLatitude());
124 address.getLatitude();
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
PositionEstimate.java 118 public PositionEstimate.latitudeType getLatitude() {
247 return getLatitude() != null;
259 return getLatitude();
282 + getLatitude().toIndentedString(indent);
    [all...]
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
WearableMainActivity.java 401 addLocationEntry(location.getLatitude(), location.getLongitude());
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 411 addLocationEntry(location.getLatitude(), location.getLongitude());
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 411 addLocationEntry(location.getLatitude(), location.getLongitude());
  /external/grpc-grpc/examples/node/static_codegen/route_guide/
route_guide_pb.js 63 latitude: msg.getLatitude(),
147 f = this.getLatitude();
177 proto.routeguide.Point.prototype.getLatitude = function() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java 458 copy.setLatitude(location.getLatitude());
472 double latDifference = Math.toRadians(location2.getLatitude() - location1.getLatitude());
475 Math.cos(Math.toRadians(location1.getLatitude())) * Math.cos(Math.toRadians(location2.getLatitude())) *
  /external/zxing/core/
core.jar 

Completed in 461 milliseconds