Searched refs:longitudex10000 (Results 1 – 2 of 2) sorted by relevance
437 int longitudex10000 = Math.round(longitude * 10000); in setLocation() local443 if (longitudex10000 > 1800000 || longitudex10000 < -1800000) { in setLocation()449 nativeSetLocation(mNativeObject, latitudex10000, longitudex10000); in setLocation()
937 int longitudex10000 = (int) (longitude * 10000 + 0.5); in setLocation() local943 if (longitudex10000 > 1800000 || longitudex10000 < -1800000) { in setLocation()949 setParameter("param-geotag-longitude=" + longitudex10000); in setLocation()