当我试图使用nativescript 7.2.0 Angular 8和nativescript-google-maps-sdk 3.0.2:
在android模拟器上替换谷歌地图时,我遇到了这个错误
js:错误错误:未捕获(在promise中):typeerror:nativescript_core__webpack_imported_module_1_。属性不是构造函数js:typeerror:nativescript_core__webpack_imported_module_1_。属性不是构造函数js:at module.../node_modules/nativescript-google-maps-sdk/map-view-common.js(文件webpack\bootstrap:120:0)js:at module.../node_modules/nativescript-google-maps-sdk/map-view.js(文件:node_modules\nativescript-google-maps-sdk\map-view.js:1:0)js:at webpack_require(文件:src\webpack\bootstrap:750:0)js:at fn(文件:src\webpack\bootstrap:120:0)js:at>谢谢
您可能想查看nativescript-google-maps-sdk github站点上的问题,尤其是这个问题。
NativeScript plugin for the Google Maps SDK This is a cross-platform (iOS & Android) Nativescript plugin for the Google Maps API. Prerequisites iOS - Cocoapods must be installed. Android - The latest
nativescript-google-maps-utils NativeScript Google Maps SDK utility library to support features such as marker clustering, heatmap, ... State Android implemented. iOS not implemented. Dependencies nat
我已经在我的NativeScript2.0项目中安装了nativescript-google-maps-sdk插件。 在app.gradle文件中,我添加了对com.google.android.gms:play-services-maps:8.3.0包的引用。 但是没有什么帮助...我仍然有一个空白的屏幕,有谷歌的标志,但没有地图。
单击标记后,我试图更改缩放级别。我尝试在onMarkerEvent()中重新定义缩放: 有什么办法解决这个问题吗?我觉得可能是我忘记了一些基本的东西。 谢了!
您可以在本期GitHub中获得更多信息:https://GitHub.com/dapriett/nativescript-google-maps-sdk/issues/322
IMPORTANT: The Kinvey NativeScript SDK repository has now moved to: https://github.com/Kinvey/js-sdk/tree/master/packages/nativescript-sdk. Please go to this repository to submit issues and pull reque