Modifier and Type | Method and Description |
---|---|
GoogleMapPoint |
GoogleMapPolygon.addPoint(LatLon position) |
Modifier and Type | Method and Description |
---|---|
void |
GoogleMapPolygon.addPoint(GoogleMapPoint point) |
void |
GoogleMapPolygon.removePoint(GoogleMapPoint point) |
Modifier and Type | Method and Description |
---|---|
GoogleMapPolygon |
GoogleMap.addPolygon(List<GoogleMapPoint> points) |
void |
GoogleMapPolygon.setPoints(List<GoogleMapPoint> points) |
Constructor and Description |
---|
GoogleMapPolygon(List<GoogleMapPoint> points) |
Copyright © 2020 Flowing Code. All rights reserved.