arcasolutions/google-map
Laravel package providing Google Maps integration for your app, with helpers to generate map views and include the required scripts. Useful for quickly embedding maps and configuring markers or map options within Laravel projects.
The overview map control displays a thumbnail overview map reflecting the current map viewport within a wider area. This control appears by default in the bottom right corner of the map, and is by default shown in its collapsed state.
use Ivory\GoogleMap\Controls\OverviewMapControl;
$overviewMapControl = new OverviewMapControl();
// Configure your overview map control
$overviewMapControl->setOpened(false);
use Ivory\GoogleMap\Controls\OverviewMapControl;
$overviewMapControl = new OverviewMapControl();
// Add your overview map control to the map
$map->setOverviewMapControl($overviewMapControl);
$map->setOverviewMapControl(false);
How can I help you explore Laravel packages today?