Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

P

pad(double) - Method in class com.gwidgets.api.leaflet.LatLngBounds
Returns bigger bounds created by extending the current bounds by a given percentage in each direction.
padding(Point) - Method in class com.gwidgets.api.leaflet.options.FitBoundsOptions.Builder
Equivalent of setting both top left and bottom right padding to the same value.
padding(double) - Method in class com.gwidgets.api.leaflet.options.RendererOptions.Builder
 
paddingBottomRight(Point) - Method in class com.gwidgets.api.leaflet.options.FitBoundsOptions.Builder
The same for bottom right corner of the map.
paddingTopLeft(Point) - Method in class com.gwidgets.api.leaflet.options.FitBoundsOptions.Builder
Sets the amount of padding in the top left corner of a map container that shouldn't be accounted for when setting the view to fit bounds.
pan(PanOptions) - Method in class com.gwidgets.api.leaflet.options.ZoomPanOptions.Builder
Pan.
panBy(Point, PanOptions) - Method in class com.gwidgets.api.leaflet.Map
Pans the map by a given number of pixels (animated).
pane(String) - Method in class com.gwidgets.api.leaflet.options.CircleOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.DivIconOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.GridLayerOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.IconOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.ImageOverlayOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.RendererOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
 
pane(String) - Method in class com.gwidgets.api.leaflet.options.TooltipOptions.Builder
Returns the popup bound to this layer.
panInsideBounds(LatLngBounds) - Method in class com.gwidgets.api.leaflet.Map
Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
PanOptions - Class in com.gwidgets.api.leaflet.options
The Class PanOptions.
PanOptions.Builder - Class in com.gwidgets.api.leaflet.options
The Class Builder.
panTo(LatLng, PanOptions) - Method in class com.gwidgets.api.leaflet.Map
Pans the map to a given center.
Path - Class in com.gwidgets.api.leaflet
An abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).
Path() - Constructor for class com.gwidgets.api.leaflet.Path
 
PathEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.PathEvents
 
PathOptions - Class in com.gwidgets.api.leaflet.options
The Class PathOptions.
PathOptions() - Constructor for class com.gwidgets.api.leaflet.options.PathOptions
 
PathOptions.Builder - Class in com.gwidgets.api.leaflet.options
The Class Builder.
PathTest - Class in com.gwidgets.leaflet.test
 
PathTest() - Constructor for class com.gwidgets.leaflet.test.PathTest
 
permanent(Boolean) - Method in class com.gwidgets.api.leaflet.options.TooltipOptions.Builder
Whether to open the tooltip permanently or only on mouseover.
point(double, double, Boolean) - Static method in class com.gwidgets.api.leaflet.L
Represents a point with x and y coordinates in pixels.
Point - Class in com.gwidgets.api.leaflet
Represents a point with x and y coordinates in pixels.
Point() - Constructor for class com.gwidgets.api.leaflet.Point
 
pointerEvents(String) - Method in class com.gwidgets.api.leaflet.options.CircleOptions.Builder
Sets the pointer-events attribute on the path if SVG backend is used.
pointerEvents(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
Sets the pointer-events attribute on the path if SVG backend is used.
pointerEvents(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
Sets the pointer-events attribute on the path if SVG backend is used.
pointsToPath(Point[], Boolean) - Static method in class com.gwidgets.api.leaflet.SVG
Generates a SVG path string for multiple rings, with each ring turning into "M..L..L.." instructions
pointToLatLng(Point, double) - Method in class com.gwidgets.api.leaflet.CRS
The inverse of latLngToPoint.
pointToLayer(JavaScriptObject, LatLng) - Method in interface com.gwidgets.api.leaflet.options.GeoJSONOptions
Function that will be used for creating layers for GeoJSON points (if not specified, simple markers will be created).
polygon(LatLng[][], PolylineOptions) - Static method in class com.gwidgets.api.leaflet.L
A class for drawing polygon overlays on a map.
Polygon - Class in com.gwidgets.api.leaflet
A class for drawing polygon overlays on a map.
PolygonEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.PolygonEvents
 
polyline(LatLng[][], PolylineOptions) - Static method in class com.gwidgets.api.leaflet.L
A class for drawing polyline overlays on a map.
Polyline - Class in com.gwidgets.api.leaflet
A class for drawing polyline overlays on a map.
PolylineEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.PolylineEvents
 
PolylineOptions - Class in com.gwidgets.api.leaflet.options
The Class PolylineOptions.
PolylineOptions.Builder - Class in com.gwidgets.api.leaflet.options
The Class Builder.
popup(PopupOptions, Layer) - Static method in class com.gwidgets.api.leaflet.L
Used to open popups in certain places of the map.
Popup - Class in com.gwidgets.api.leaflet
Used to open popups in certain places of the map.
popUpAnchor(Point) - Method in class com.gwidgets.api.leaflet.options.DivIconOptions.Builder
The coordinates of the point from which popups will "open", relative to the icon anchor.
popupAnchor(Point) - Method in class com.gwidgets.api.leaflet.options.IconOptions.Builder
The coordinates of the point from which popups will "open", relative to the icon anchor.
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CanvasEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleMakerEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.DivIconEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.DivOverlayEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.FeatureGroupEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GeoJsonEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GridLayerEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.IconEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.ImageOverlayEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.InteractiveLayerEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.LayerEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.LayerGroupEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PathEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolygonEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolylineEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PopupEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RectangleEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RendererEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.SVGEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerWMSEvents
 
POPUPCLOSE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TooltipEvents
 
PopupEvent - Class in com.gwidgets.api.leaflet.events
The Class PopupEvent.
PopupEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.PopupEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CanvasEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.CircleMakerEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.DivIconEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.DivOverlayEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.FeatureGroupEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GeoJsonEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GridLayerEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.IconEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.ImageOverlayEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.InteractiveLayerEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.LayerEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.LayerGroupEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MarkerEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PathEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolygonEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PolylineEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.PopupEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RectangleEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.RendererEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.SVGEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerWMSEvents
 
POPUPOPEN - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TooltipEvents
 
PopupOptions - Class in com.gwidgets.api.leaflet.options
The Class PopupOptions.
PopupOptions.Builder - Class in com.gwidgets.api.leaflet.options
The Class Builder.
popupPane - Variable in class com.gwidgets.api.leaflet.MapPanes
Pane for popups.
PosAnimationEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.PosAnimationEvents
 
position(String) - Method in class com.gwidgets.api.leaflet.options.ControlAttributionOptions.Builder
The position of the control (one of the map corners).
position(String) - Method in class com.gwidgets.api.leaflet.options.ControlLayersOptions.Builder
The position of the control (one of the map corners).
position(String) - Method in class com.gwidgets.api.leaflet.options.ControlOptions.Builder
The initial position of the control (one of the map corners).
position(String) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
The position of the control (one of the map corners
possible values: "topleft", "topright", "bottomleft", "bottomright"
position(String) - Method in class com.gwidgets.api.leaflet.options.ControlZoomOptions.Builder
The position of the control (one of the map corners).
PRECLICK - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
preferCanvas(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
Whether Paths should be rendered on a Canvas renderer.
prefix(String) - Method in class com.gwidgets.api.leaflet.options.ControlAttributionOptions.Builder
The HTML text shown before the attributions.
project(LatLng) - Method in class com.gwidgets.api.leaflet.CRS
Projects geographical coordinates into coordinates in units accepted for this CRS (e.g.
project(LatLng, double) - Method in class com.gwidgets.api.leaflet.Map
Projects the given geographical coordinates to absolute pixel coordinates for the given zoom level (current zoom level by default).
project(LatLng) - Method in class com.gwidgets.api.leaflet.Projection
Projects geographical coordinates into a 2D point.
Projection() - Constructor for class com.gwidgets.api.leaflet.L.Projection
 
Projection - Class in com.gwidgets.api.leaflet
An object with methods for projecting geographical coordinates of the world onto a flat surface (and back).
ProjectionTest - Class in com.gwidgets.leaflet.test
 
ProjectionTest() - Constructor for class com.gwidgets.leaflet.test.ProjectionTest
 
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links