Modifier and Type | Method and Description |
---|---|
GoogleMapMarker |
GoogleMap.addMarker(String caption,
LatLon position,
boolean draggable,
String iconUrl)
Adds a new marker to the map.
|
Modifier and Type | Method and Description |
---|---|
void |
GoogleMap.addMarker(GoogleMapMarker marker)
Adds a marker to the map.
|
boolean |
GoogleMapMarker.hasSameFieldValues(GoogleMapMarker other) |
void |
GoogleMap.removeMarker(GoogleMapMarker marker) |
Copyright © 2020 Flowing Code. All rights reserved.