Package mil.nga.geopackage.map.geom
Class MultiLatLng
java.lang.Object
mil.nga.geopackage.map.geom.MultiLatLng
Multiple LatLng object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a LatLngGet the LatLngsGet the marker optionsvoidsetLatLngs(List<LatLng> latLngs) Set the LatLngsvoidsetMarkerOptions(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
-