Package mil.nga.geopackage.map.geom
Class MultiLatLng
java.lang.Object
mil.nga.geopackage.map.geom.MultiLatLng
Multiple LatLng object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a LatLngGet the LatLngsGet the marker optionsvoid
setLatLngs
(List<LatLng> latLngs) Set the LatLngsvoid
setMarkerOptions
(MarkerOptions markerOptions) Set the marker options
-
Constructor Details
-
MultiLatLng
public MultiLatLng()
-
-
Method Details
-
add
Add a LatLng- Parameters:
latLng
- LatLng
-
getLatLngs
Get the LatLngs- Returns:
- list of LatLng
-
getMarkerOptions
Get the marker options- Returns:
- marker options
-
setMarkerOptions
Set the marker options- Parameters:
markerOptions
- marker options
-
setLatLngs
Set the LatLngs- Parameters:
latLngs
- list of LatLng
-