public class SampleCustomIconDirectedLocationOverlay extends BaseSampleFragment
mMapView, TAG| Constructor and Description |
|---|
SampleCustomIconDirectedLocationOverlay() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOverlays()
An appropriate place to override and add overlays.
|
String |
getSampleTitle() |
void |
onLocationChanged(Location location) |
void |
onPause() |
void |
onProviderDisabled(String provider) |
void |
onProviderEnabled(String provider) |
void |
onResume() |
void |
onStatusChanged(String provider,
int status,
Bundle extras) |
getmMapView, onActivityCreated, onCreate, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyView, onOptionsItemSelected, onPrepareOptionsMenu, runTestProcedures, skipOnCiTestspublic SampleCustomIconDirectedLocationOverlay()
public String getSampleTitle()
getSampleTitle in class BaseSampleFragmentpublic void onResume()
public void onPause()
protected void addOverlays()
BaseSampleFragmentaddOverlays in class BaseSampleFragmentpublic void onLocationChanged(Location location)
public void onStatusChanged(String provider, int status, Bundle extras)
public void onProviderEnabled(String provider)
public void onProviderDisabled(String provider)