We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f9c0e commit 214ce4fCopy full SHA for 214ce4f
README.md
@@ -67,6 +67,7 @@ public static function form(Form $form): Form
67
->setMapHeight(300) // Here you can specify a map height in pixels, by default the height is equal to 200
68
->setZoomControl(false) // Here you can enable/disable zoom control on the map (default: true)
69
->setScrollWheelZoom(false) // Here you can enable/disable zoom on wheel scroll (default: true)
70
+ ->setZoomLevel(3) // Here you can change the default zoom level (when the map is loaded for the first time), default value is 10
71
->required()
72
// ...
73
]);
0 commit comments