The app-side map module encapsulates the mainstream three-party map SDK in the market, and provides JS API to call Android and iOS native map functions uniformly.
Tip: App module configuration can only take effect after submitting the cloud package. Please use the [custom base] when running and debugging the real machine (http://ask.dcloud.net.cn/article/35115)
appkey_ios
iOS platform Key applied for by AutoNavi Open Platform
Notice
The HBuilderX standard base uses the AutoNavi Map SDK by default, and you can run the test directly on the real machine. At this time, the configured application package name and signature information will not take effect. Before the official release, please submit the cloud package or use the [custom debugging base](https 😕/ask.dcloud.net.cn/article/35115) test
Open the "App Management" -> "My Apps" page, click "Create App", and fill in the contents according to the page prompts to create an app to get the Key
APIKey_ios
iOS platform APIKey applied for by Google Maps Open Platform
Notice
Google Maps on Android and iOS platform SDK does not support POI search, and cannot directly use uni.chooseLocation(OBJECT), you can apply for Web Server APIKey performs POI search on the business server side, and implements chooseLocation related functions on the App side
HBuilderX standard base does not include Google map, please use custom debugging base to test after configuration