gpt4 book ai didi

reactjs - React-Google-Maps:缩放 +/-, map /卫星图标不可见

转载 作者:行者123 更新时间:2023-12-04 03:01:46 25 4
gpt4 key购买 nike

我在 map 上没有看到缩放 +/-、 map /卫星和人类图标。我正在按照文档中指定的步骤进行操作。有什么特定的 Prop 我必须通过吗?或者有什么悬而未决的问题?谢谢你的帮助。

这是我的 GoogleMap 组件的片段 -

*

withScriptjs(
withGoogleMap(() => {
return (<GoogleMap
// google={google}
defaultZoom={8}
center={selectedAirportPos}
// center={{lat: 39.996944444444445, lng: -82.89194444444445 }}
// defaultCenter={{ lat: -34.397, lng: 150.644 }}
defaultOptions={{
// defaultCenter: {lat: -34.397, lng: 150.644 },
disableDefaultUI: true,
mapTypeId: 'terrain',//google.maps.MapTypeId.TERRAIN,
}}
>
<GMapsAirportMarker
withInfoWindow={allMarkersState[selectedAirport.id]}
withInfoWindowContent={this.selectedInfoWindowContent(selectedAirport)}
position={selectedAirportPos}
icon

*

最佳答案

您已将 disableDefaultUI 设置为 true。这将从 map 中删除缩放、 map 类型控件。如果您只希望用户可以使用特定的 map 类型,您可以在 GoogleMap 组件中将 defaultMapTypeId 设置为一个 prop。

https://developers.google.com/maps/documentation/javascript/examples/control-disableUI

https://tomchentw.github.io/react-google-maps/#googlemap

关于reactjs - React-Google-Maps:缩放 +/-, map /卫星图标不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48575867/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com