¡@

Home 

2014/10/16 ¤W¤È 08:17:36

android Programming Glossary: lastknownpoint

Customize My Location Overlay Update Times

http://stackoverflow.com/questions/3460661/customize-my-location-overlay-update-times

mLocationManager private long updateTime 60000 private static final int updateDistance 50 private GeoPoint lastKnownPoint private Location lastKnownLocation private Drawable centerDrawable private Context mContext private final List OverlayItem.. public void draw Canvas canvas MapView mapView boolean shadow drawMyLocation canvas mapView lastKnownLocation lastKnownPoint 0 protected void drawMyLocation Canvas canvas MapView mapView Location lastFix GeoPoint myLoc long when accuracyPaint new.. s if loc null loc.setLatitude DEFAULT_LOCATION 0 loc.setLongitude DEFAULT_LOCATION 1 lastKnownLocation loc lastKnownPoint createGeoPoint loc return loc new Location LocationManager.GPS_PROVIDER loc.setLatitude DEFAULT_LOCATION 0 loc.setLongitude..