文件名称:geong:用于地理定位和谷歌地图的 AngularJS 插件
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-13 19:51:00
JavaScript
用于角度的谷歌地图和地理定位模块 在每个之前,调用'npm install' 包用法:: * display example by calling 'npm test' or 'node testserver.js 8010 test.html' * compile code with 'gulp compile' or 'npm start' 地理定位 地理定位模块使用 angular $q 服务来为异步操作提供适当的处理。 用法 :: // implement module :: var app = angular.module('GeoTest',['geong','gmaps']); // use it controller :: app.controller('GeoTestCtrl',function($scope,geolocation){ geolo
【文件预览】:
geong-master
----package.json(408B)
----readme.md(771B)
----test.html(3KB)
----gulpfile.js(309B)
----js()
--------geolocation.js(2KB)
--------gmaps.js(4KB)
----dist()
--------gmaps.min.js(2KB)
--------geolocation.min.js(418B)
----testserver.js(1KB)
----.gitignore(19B)