Uses of Class
org.primefaces.model.map.LatLng
-
Packages that use LatLng Package Description org.primefaces.component.gmap org.primefaces.event.map org.primefaces.model.map -
-
Uses of LatLng in org.primefaces.component.gmap
Method parameters in org.primefaces.component.gmap with type arguments of type LatLng Modifier and Type Method Description protected 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 LatLng Modifier and Type Method Description LatLngStateChangeEvent. getCenter()LatLngReverseGeocodeEvent. getLatlng()LatLngPointSelectEvent. getLatLng()Methods in org.primefaces.event.map with parameters of type LatLng Modifier and Type Method Description voidStateChangeEvent. setCenter(LatLng center)Constructors in org.primefaces.event.map with parameters of type LatLng Constructor Description PointSelectEvent(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 LatLng Modifier and Type Method Description LatLngCircle. getCenter()LatLngMarker. getLatlng()LatLngGeocodeResult. getLatLng()LatLngLatLngBounds. getNorthEast()LatLngLatLngBounds. getSouthWest()Methods in org.primefaces.model.map that return types with arguments of type LatLng Modifier and Type Method Description List<LatLng>Polygon. getPaths()List<LatLng>Polyline. getPaths()Methods in org.primefaces.model.map with parameters of type LatLng Modifier and Type Method Description voidCircle. setCenter(LatLng center)voidMarker. setLatlng(LatLng latlng)voidGeocodeResult. setLatLng(LatLng latLng)voidLatLngBounds. setNorthEast(LatLng northEast)voidLatLngBounds. setSouthWest(LatLng southWest)Method parameters in org.primefaces.model.map with type arguments of type LatLng Modifier and Type Method Description voidPolygon. setPaths(List<LatLng> paths)voidPolyline. setPaths(List<LatLng> paths)Constructors in org.primefaces.model.map with parameters of type LatLng Constructor Description Circle(LatLng center, double radius)GeocodeResult(String address, LatLng latLng)LatLngBounds(LatLng northEast, LatLng southWest)Marker(LatLng latlng)Marker(LatLng latlng, String title)Marker(LatLng latlng, String title, Object data)Marker(LatLng latlng, String title, Object data, String icon)Marker(LatLng latlng, String title, Object data, String icon, String shadow)Constructor parameters in org.primefaces.model.map with type arguments of type LatLng Constructor Description Polygon(List<LatLng> paths)Polygon(List<LatLng> paths, Object data)Polyline(List<LatLng> paths)Polyline(List<LatLng> paths, Object data)
-