Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
L |
Map.panBy(Point point,
PanOptions options)
Pans the map by a given number of pixels (animated).
|
L |
Map.panTo(LatLng latlng,
PanOptions options)
Pans the map to a given center.
|
Modifier and Type | Method and Description |
---|---|
PanOptions |
PanOptions.Builder.build()
Builds the PanOptions new instance
|
PanOptions |
ZoomPanOptions.getPan()
Gets the options for the panning (without the zoom change) if it occurs.
|
Modifier and Type | Method and Description |
---|---|
ZoomPanOptions.Builder |
ZoomPanOptions.Builder.pan(PanOptions pan)
Pan.
|
Copyright © 2018 G-Widgets. All rights reserved.