Style Switcher
Satellite and Streets
Among the controls on the map, there is a style switcher that allows the user to select between different map views:
- Satellite
- Streets
The switcher is installed by default on the map.
By using the disableStyleSwitcher
prop, you can disable It.
import { MapRender } from "@matchplat/crono";
<MapRender disableStyleSwitcher />;