Searched refs:latitudex10000 (Results 1 – 2 of 2) sorted by relevance
436 int latitudex10000 = Math.round(latitude * 10000); in setLocation() local439 if (latitudex10000 > 900000 || latitudex10000 < -900000) { in setLocation()449 nativeSetLocation(mNativeObject, latitudex10000, longitudex10000); in setLocation()
936 int latitudex10000 = (int) (latitude * 10000 + 0.5); in setLocation() local939 if (latitudex10000 > 900000 || latitudex10000 < -900000) { in setLocation()948 setParameter("param-geotag-latitude=" + latitudex10000); in setLocation()