java.lang.Object
java.util.AbstractCollection<LatLng>
java.util.AbstractList<LatLng>
java.util.ArrayList<LatLng>
org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.LatLngArray
All Implemented Interfaces:
Serializable, Cloneable, Iterable<LatLng>, Collection<LatLng>, List<LatLng>, RandomAccess, SequencedCollection<LatLng>, GeometryStructure

public class LatLngArray extends ArrayList<LatLng> implements GeometryStructure
Represents list of LatLng coordinates
Since:
2020-03-23
Version:
1.0
Author:
Gabor Kokeny Email: kokeny19@gmail.com
See Also:
  • Constructor Details

    • LatLngArray

      public LatLngArray(LatLng[] latlngs)
      Creates a new array containing the given LatLng coordinates.
      Parameters:
      latlngs - the coordinates to add to this array
    • LatLngArray

      public LatLngArray(List<LatLng> latlngs)
      Creates a new array containing the given list of LatLng coordinates.
      Parameters:
      latlngs - the coordinates to add to this array
  • Method Details