Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java472 double latDifference = Math.toRadians(location2.getLatitude() - location1.getLatitude()); in distanceBetween() local
474 double a = Math.sin(latDifference/2) * Math.sin(latDifference/2) + in distanceBetween()