我有这个 :
<GoogleMapReact
bootstrapURLKeys={{ key: 'key' }}
defaultCenter={center}
defaultZoom={zoom}
>
<TacoMarker
link={shop.id}
lat={latitude}
lng={longitude}
/>
</GoogleMapReact>
Run Code Online (Sandbox Code Playgroud)
我可以给你什么道具?它会像scrollEnabled = {false}吗?