Package Exports
- @meanie/angular-geo-locate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@meanie/angular-geo-locate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@meanie/angular-geo-locate
An Angular service for geo location

Installation
You can install this package using yarn or npm:
#yarn
yarn add @meanie/angular-geo-locate
#npm
npm install @meanie/angular-geo-locate --saveInclude the script node_modules/@meanie/angular-geo-locate/release/angular-geo-locate.js in your build process, or add it via a <script> tag to your index.html:
<script src="node_modules/@meanie/angular-geo-locate/release/angular-geo-locate.js"></script>Add GeoLocate.Service as a dependency for your app.
Usage
angular.module('App.MyModule', [
'GeoLocate.Service'
]).controller('MyController', function($geoLocate) {
$geoLocate().then(function(position) {
//Position obtained
}, function(reason) {
//Geolocation failed due to given reason
});
});Issues & feature requests
Please report any bugs, issues, suggestions and feature requests in the @meanie/angular-geo-locate issue tracker.
Contributing
Pull requests are welcome! If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.
Sponsor
This package has been kindly sponsored by Hello Club, an all in one club and membership management solution complete with booking system, automated membership renewals, online payments and integrated access and light control. Check us out if you happen to belong to any kind of club or if you know someone who helps run a club!
License
(MIT License)
Copyright 2015-2020, Adam Reis