Uses of Class
org.primefaces.model.map.LatLng
Packages that use LatLng
-
Uses of LatLng in org.primefaces.component.gmap
Method parameters in org.primefaces.component.gmap with type arguments of type LatLngModifier and TypeMethodDescriptionprotected voidGMapRenderer.encodePaths(javax.faces.context.FacesContext context, List<LatLng> paths) -
Uses of LatLng in org.primefaces.event.map
Methods in org.primefaces.event.map that return LatLngModifier and TypeMethodDescriptionStateChangeEvent.getCenter()ReverseGeocodeEvent.getLatlng()PointSelectEvent.getLatLng()Methods in org.primefaces.event.map with parameters of type LatLngConstructors in org.primefaces.event.map with parameters of type LatLngModifierConstructorDescriptionPointSelectEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, LatLng latLng) ReverseGeocodeEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, LatLng latlng, List<String> addresses) StateChangeEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, LatLngBounds bounds, int zoomLevel, LatLng center) -
Uses of LatLng in org.primefaces.model.map
Methods in org.primefaces.model.map that return LatLngModifier and TypeMethodDescriptionCircle.getCenter()Marker.getLatlng()GeocodeResult.getLatLng()LatLngBounds.getNorthEast()LatLngBounds.getSouthWest()Methods in org.primefaces.model.map that return types with arguments of type LatLngMethods in org.primefaces.model.map with parameters of type LatLngModifier and TypeMethodDescriptionvoidvoidvoidvoidLatLngBounds.setNorthEast(LatLng northEast) voidLatLngBounds.setSouthWest(LatLng southWest) Method parameters in org.primefaces.model.map with type arguments of type LatLngModifier and TypeMethodDescriptionvoidvoidConstructors in org.primefaces.model.map with parameters of type LatLngModifierConstructorDescriptionGeocodeResult(String address, LatLng latLng) LatLngBounds(LatLng northEast, LatLng southWest) Constructor parameters in org.primefaces.model.map with type arguments of type LatLng