Class LeafletMapOptions
- java.lang.Object
-
- io.github.albertus82.jface.maps.MapOptions
-
- io.github.albertus82.jface.maps.leaflet.LeafletMapOptions
-
- All Implemented Interfaces:
Serializable
public class LeafletMapOptions extends MapOptions
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.github.albertus82.jface.maps.MapOptions
DEFAULT_ZOOM
-
-
Constructor Summary
Constructors Constructor Description LeafletMapOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Map<LeafletMapControl,String>
getControls()
int
hashCode()
String
toString()
-
Methods inherited from class io.github.albertus82.jface.maps.MapOptions
getCenterLat, getCenterLng, getZoom, setCenterLat, setCenterLng, setZoom
-
-
-
-
Method Detail
-
getControls
public Map<LeafletMapControl,String> getControls()
-
toString
public String toString()
- Overrides:
toString
in classMapOptions
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMapOptions
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classMapOptions
-
-