Modifier and Type | Method and Description |
---|---|
LatLon |
GoogleMap.getCenter()
Returns the current position of the center of the map.
|
LatLon |
GoogleMapMarker.getPosition()
Returns the position of the marker.
|
Modifier and Type | Method and Description |
---|---|
GoogleMapMarker |
GoogleMap.addMarker(String caption,
LatLon position,
boolean draggable,
String iconUrl)
Adds a new marker to the map.
|
GoogleMapPoint |
GoogleMapPolygon.addPoint(LatLon position) |
void |
GoogleMap.setCenter(LatLon center)
Sets the center of the map to the given coordinates.
|
void |
GoogleMapMarker.setPosition(LatLon position)
Sets the position of the marker.
|
Constructor and Description |
---|
GoogleMapMarker(String caption,
LatLon position,
boolean draggable)
Instantiates a new GoogleMapMarker
|
GoogleMapMarker(String caption,
LatLon position,
boolean draggable,
String iconUrl)
Instantiates a new GoogleMapMarker
|
GoogleMapPoint(LatLon latlon) |
Copyright © 2020 Flowing Code. All rights reserved.