如何使用react-native-maps在Google Maps上创建本地语言支持

时间:2019-01-01 12:07:32

标签: google-maps react-native react-native-maps

I wanna to show English and local language support on my React-native-maps like this image,但默认情况下仅显示英文,如何使用react-native-maps支持双语地图

<MapView ref={map => {this.map = map}}
      provider={this.props.provider}
      style={styles.map}
      showsUserLocation={true}
      maxZoomLevel={50}
      initialRegion={this.state.region}
      showsBuildings={true}
      onRegionChangeComplete={region => this.onRegion(region)}
    />

0 个答案:

没有答案