Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
L |
Map.invalidateSize(ZoomPanOptions options2)
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
|
L |
Map.setMaxBounds(LatLngBounds bounds,
ZoomPanOptions options)
Restricts the map view to the given bounds .
|
L |
Map.setView(LatLng center,
double zoom,
ZoomPanOptions options)
Sets the view of the map (geographical center and zoom) with the given animation options.
|
Modifier and Type | Method and Description |
---|---|
ZoomPanOptions |
ZoomPanOptions.Builder.build()
Builds the.
|
Copyright © 2018 G-Widgets. All rights reserved.