All Superinterfaces:
GeoShape
All Known Implementing Classes:
LeafletLine

public interface Line extends GeoShape
  • Method Details

    • getStartLocation

      Location getStartLocation()
    • setStartLocation

      Line setStartLocation(Location location)
    • getEndLocation

      Location getEndLocation()
    • setEndLocation

      Line setEndLocation(Location location)