
public class SampleFollowMe extends BaseSampleFragment
| Modifier and Type | Field and Description |
|---|---|
protected ImageButton |
btCenterMap |
protected ImageButton |
btFollowMe |
mMapView, TAG| Constructor and Description |
|---|
SampleFollowMe() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSampleTitle() |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onDestroyView() |
void |
onLocationChanged(Location location) |
void |
onPause() |
void |
onProviderDisabled(String provider) |
void |
onProviderEnabled(String provider) |
void |
onResume() |
void |
onStatusChanged(String provider,
int status,
Bundle extras) |
void |
onViewCreated(View view,
Bundle savedInstanceState) |
addOverlays, getmMapView, onActivityCreated, onCreate, onCreateOptionsMenu, onDestroy, onOptionsItemSelected, onPrepareOptionsMenu, runTestProcedures, skipOnCiTestsprotected ImageButton btCenterMap
protected ImageButton btFollowMe
public View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
onCreateView in class BaseSampleFragmentpublic void onViewCreated(View view,
Bundle savedInstanceState)
public void onPause()
public void onResume()
public String getSampleTitle()
getSampleTitle 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)
public void onDestroyView()
onDestroyView in class BaseSampleFragment