public class Controller_GoogleMap
extends CyborgController
| Constructor and Description |
|---|
Controller_GoogleMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStickyMarker(LatLng position) |
void |
addTargetMarker(LatLng position) |
protected void |
onCreate() |
void |
onInfoWindowClick(Marker marker) |
void |
onLocationUpdated(android.location.Location location) |
void |
onMapClick(LatLng latLng) |
void |
onMapLongClick(LatLng latLng) |
void |
onMapReady(GoogleMap googleMap) |
boolean |
onMarkerClick(Marker marker) |
protected void |
onResume() |
void |
removeAllMarkers()
Removes all Markers from the map and list and then updates the map view
|
void |
removeMarker(Marker marker)
Removes the given list Marker from both the map and list and then updates the map view
|
void |
setCameraLocation(LatLng position) |
void |
setCameraZoom(int cameraZoom) |
protected void onCreate()
protected void onResume()
public void removeAllMarkers()
public void removeMarker(Marker marker)
public void onLocationUpdated(android.location.Location location)
public void onMapReady(GoogleMap googleMap)
public void setCameraZoom(int cameraZoom)
public void setCameraLocation(LatLng position)
public void addStickyMarker(LatLng position)
public void addTargetMarker(LatLng position)
public void onMapClick(LatLng latLng)
public void onMapLongClick(LatLng latLng)
public boolean onMarkerClick(Marker marker)
public void onInfoWindowClick(Marker marker)