Searched defs:latitude (Results 1 – 5 of 5) sorted by relevance
27 public double latitude; field in LocationEntry32 public LocationEntry(Calendar calendar, double latitude, double longitude) { in LocationEntry()
42 public SimpleGeofence(String geofenceId, double latitude, double longitude, float radius, in SimpleGeofence()
83 double latitude = dataMap.getDouble(Constants.KEY_LATITUDE); in onDataChanged() local
292 private void addLocationEntry(double latitude, double longitude) { in addLocationEntry()
210 int a, longitude, latitude; in createSuperShape() local