当前位置: 首页 > 软件库 > 手机/移动开发 > >

nativescript-google-maps-utils

授权协议 Unlicense License
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 钱建本
操作系统 iOS
开源组织
适用人群 未知
 软件概览

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

Install

tns plugin add nativescript-google-maps-utils

Usage

var GoogleMaps = require('nativescript-google-maps-sdk');
var GoogleMapsUtils = require('nativescript-google-maps-utils');


function onMapReady(args) {

  var mapView = args.object;

	var positionSet = [ /* GoogleMaps.Position... */ ];

	GoogleMapsUtils.setupHeatmap(mapView, positionSet);


	var markerSet = [ /* GoogleMaps.Marker... */ ];

	GoogleMapsUtils.setupMarkerCluster(mapView, makerSet);

}
...

Usage with TypeScript

import using either of

  • import GoogleMapsUtils = require("nativescript-google-maps-utils")
  • import * as GoogleMapsUtils from "nativescript-google-maps-utils"
 相关资料
  • 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

  • 单击标记后,我试图更改缩放级别。我尝试在onMarkerEvent()中重新定义缩放: 有什么办法解决这个问题吗?我觉得可能是我忘记了一些基本的东西。 谢了!

  • 当我试图使用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:

  • 我已经在我的NativeScript2.0项目中安装了nativescript-google-maps-sdk插件。 在app.gradle文件中,我添加了对com.google.android.gms:play-services-maps:8.3.0包的引用。 但是没有什么帮助...我仍然有一个空白的屏幕,有谷歌的标志,但没有地图。

  • Google Maps AngularJS Directive Demo Documentation Road Trip By StreetView Maps Can Talk |Custom Marker If you like this, you also may like these: ng2-map Google Maps Wrapper for Angular 2+ react-open

  • AGM - Angular Google Maps Angular components for Google Maps. (Previously known as angular2-google-maps) Website | Demo | Twitter | Chat | API Documentation Packages This project is a mono repo and ho