- lat - Variable in class org.fujion.lmaps.LatLng
-
Latitude specified in degrees within the range [-90, 90].
- LatLng - Class in org.fujion.lmaps
-
Latitude/longitude coordinates.
- LatLng(double, double) - Constructor for class org.fujion.lmaps.LatLng
-
- LatLng(Map<String, Number>) - Constructor for class org.fujion.lmaps.LatLng
-
- LatLngBounds - Class in org.fujion.lmaps
-
Represents a rectangle in geographical coordinates, including one that crosses the 180 degrees
longitudinal meridian.
- LatLngBounds(LatLng, LatLng) - Constructor for class org.fujion.lmaps.LatLngBounds
-
Create a new bounds given SW and NE coordinates.
- LatLngBounds(double, double, double, double) - Constructor for class org.fujion.lmaps.LatLngBounds
-
Create a new bounds given individual latitudes and longitudes.
- LatLngBounds(Map<String, Map<String, Number>>) - Constructor for class org.fujion.lmaps.LatLngBounds
-
- LeafletMap - Class in org.fujion.lmaps
-
Fujion wrapper for Leaflet.js interactive maps.
- LeafletMap() - Constructor for class org.fujion.lmaps.LeafletMap
-
- LeafletOptions - Class in org.fujion.lmaps
-
- LeafletOptions() - Constructor for class org.fujion.lmaps.LeafletOptions
-
- lng - Variable in class org.fujion.lmaps.LatLng
-
Longitude specified in degrees within the range [-180, 180].
- locate() - Method in class org.fujion.lmaps.LeafletMap
-
Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success
or a locationerror event on failure.
- locate(LocateOptions) - Method in class org.fujion.lmaps.LeafletMap
-
Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success
or a locationerror event on failure, and optionally sets the map view to the user's location with respect to
detection accuracy (or to the world view if geolocation failed).
- LocateOptions - Class in org.fujion.lmaps
-
Some geolocation methods take this options parameter.
- LocateOptions() - Constructor for class org.fujion.lmaps.LocateOptions
-
- LocationErrorEvent - Class in org.fujion.lmaps.event
-
Fired when geolocation (using the locate method) failed.
- LocationErrorEvent() - Constructor for class org.fujion.lmaps.event.LocationErrorEvent
-
- LocationFoundEvent - Class in org.fujion.lmaps.event
-
Fired when geolocation (using the locate method) completed successfully.
- LocationFoundEvent() - Constructor for class org.fujion.lmaps.event.LocationFoundEvent
-