I would love to be able to set the maptypes through props:
<AppleMaps
mapType="hybrid" // standard | mutedStandard | hybrid | satellite
/>
Or specify a default one that should be shown on startup, while still allowing the user to cycle through them:
<AppleMaps
defaultMapType="hybrid" // standard | mutedStandard | hybrid | satellite
/>
See:
I would love to be able to set the maptypes through props:
Or specify a default one that should be shown on startup, while still allowing the user to cycle through them:
See: