public class MarkerManager extends TranslationLayout implements ZoomListener
AnchorLayout.LayoutParams| Constructor and Description |
|---|
MarkerManager(Context context,
ZoomManager zm) |
| Modifier and Type | Method and Description |
|---|---|
View |
addMarker(View v,
int x,
int y) |
View |
addMarker(View v,
int x,
int y,
float aX,
float aY) |
View |
addMarkerAtZoom(View v,
int x,
int y,
float aX,
float aY,
int z) |
View |
addMarkerAtZoom(View v,
int x,
int y,
int z) |
void |
filterMarkers() |
void |
onZoomLevelChanged(int oldZoom,
int newZoom) |
void |
onZoomScaleChanged(double scale) |
getScale, setScalesetAnchorspublic MarkerManager(Context context,
ZoomManager zm)
public View addMarker(View v,
int x,
int y)
public View addMarker(View v,
int x,
int y,
float aX,
float aY)
public View addMarkerAtZoom(View v,
int x,
int y,
int z)
public View addMarkerAtZoom(View v,
int x,
int y,
float aX,
float aY,
int z)
public void filterMarkers()
public void onZoomLevelChanged(int oldZoom,
int newZoom)
onZoomLevelChanged in interface ZoomListenerpublic void onZoomScaleChanged(double scale)
onZoomScaleChanged in interface ZoomListener