
public class MapViewRepository extends Object
| Constructor and Description |
|---|
MapViewRepository(MapView pMapView) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InfoWindow pInfoWindow) |
Drawable |
getDefaultMarkerIcon()
note: it's possible for this to return null during certain lifecycle events.
|
MarkerInfoWindow |
getDefaultMarkerInfoWindow() |
BasicInfoWindow |
getDefaultPolygonInfoWindow() |
BasicInfoWindow |
getDefaultPolylineInfoWindow() |
void |
onDetach() |
public MapViewRepository(MapView pMapView)
public void add(InfoWindow pInfoWindow)
public void onDetach()
public MarkerInfoWindow getDefaultMarkerInfoWindow()
public BasicInfoWindow getDefaultPolylineInfoWindow()
public BasicInfoWindow getDefaultPolygonInfoWindow()
public Drawable getDefaultMarkerIcon()
onDetach() has been called