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