Is there any way to remove full screen control?
@developer2-distributed
Yes, here:
createMapOptions: function (maps) {
return {
zoomControl: boolean,
mapTypeControl: boolean,
scaleControl: boolean,
streetViewControl: boolean,
rotateControl: boolean,
fullscreenControl: boolean
}
}
<GoogleMap options={createMapOptions} ... />
src: https://github.com/google-map-react/google-map-react/blob/master/API.md#options-funcobject
Most helpful comment
@developer2-distributed
Yes, here:
src: https://github.com/google-map-react/google-map-react/blob/master/API.md#options-funcobject