Package | Description |
---|---|
org.primefaces.component.gmap | |
org.primefaces.event.map | |
org.primefaces.model.map |
Modifier and Type | Method and Description |
---|---|
protected void |
GMapRenderer.encodePaths(javax.faces.context.FacesContext context,
List<LatLng> paths) |
Modifier and Type | Method and Description |
---|---|
LatLng |
StateChangeEvent.getCenter() |
LatLng |
PointSelectEvent.getLatLng() |
Modifier and Type | Method and Description |
---|---|
void |
StateChangeEvent.setCenter(LatLng center) |
Constructor and Description |
---|
PointSelectEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
LatLng latLng) |
StateChangeEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
LatLngBounds bounds,
int zoomLevel,
LatLng center) |
Modifier and Type | Method and Description |
---|---|
LatLng |
Circle.getCenter() |
LatLng |
Marker.getLatlng() |
LatLng |
LatLngBounds.getNorthEast() |
LatLng |
LatLngBounds.getSouthWest() |
Modifier and Type | Method and Description |
---|---|
List<LatLng> |
Polygon.getPaths() |
List<LatLng> |
Polyline.getPaths() |
Modifier and Type | Method and Description |
---|---|
void |
Circle.setCenter(LatLng center) |
void |
Marker.setLatlng(LatLng latlng) |
void |
LatLngBounds.setNorthEast(LatLng northEast) |
void |
LatLngBounds.setSouthWest(LatLng southWest) |
Modifier and Type | Method and Description |
---|---|
void |
Polygon.setPaths(List<LatLng> paths) |
void |
Polyline.setPaths(List<LatLng> paths) |
Constructor and Description |
---|
Circle(LatLng center,
double radius) |
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 and Description |
---|
Polygon(List<LatLng> paths) |
Polygon(List<LatLng> paths,
Object data) |
Polyline(List<LatLng> paths) |
Polyline(List<LatLng> paths,
Object data) |
Copyright © 2014. All rights reserved.