Package mil.nga.geopackage.map.geom
Class MultiLatLng
- java.lang.Object
-
- mil.nga.geopackage.map.geom.MultiLatLng
-
public class MultiLatLng extends Object
Multiple LatLng object
-
-
Constructor Summary
Constructors Constructor Description MultiLatLng()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LatLng latLng)Add a LatLngList<LatLng>getLatLngs()Get the LatLngsMarkerOptionsgetMarkerOptions()Get the marker optionsvoidsetLatLngs(List<LatLng> latLngs)Set the LatLngsvoidsetMarkerOptions(MarkerOptions markerOptions)Set the marker options
-
-
-
Method Detail
-
add
public void add(LatLng latLng)
Add a LatLng- Parameters:
latLng- LatLng
-
getMarkerOptions
public MarkerOptions getMarkerOptions()
Get the marker options- Returns:
- marker options
-
setMarkerOptions
public void setMarkerOptions(MarkerOptions markerOptions)
Set the marker options- Parameters:
markerOptions- marker options
-
-