Uses of Class
com.TwentyCodes.android.SkyHook.MapView

Uses of MapView in com.TwentyCodes.android.SkyHook
 

Fields in com.TwentyCodes.android.SkyHook declared as MapView
private  MapView SkyHookUserOverlay.mMapView
           
 

Methods in com.TwentyCodes.android.SkyHook with parameters of type MapView
 void SkyHookUserOverlay.draw(Canvas canvas, MapView mapView, boolean shadow)
          we override this methods so we can provide a drawable and a location to draw on the canvas.
 

Constructors in com.TwentyCodes.android.SkyHook with parameters of type MapView
SkyHookUserOverlay(MapView mapView, Context context)
          Construct a new SkyHookUserOverlaymFollowUser
SkyHookUserOverlay(MapView mapView, Context context, boolean followUser)
          Construct a new SkyHookUserOverlay