Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular-reverse-geocode

vinnu31353ISC1.0.0

Angular directive to reverse geocode using Google Maps.

angular, reverse-geocode, google-maps, maps

readme

angular-reverse-geocode

AngularJS reverse geocoding directive

Demo

To see a demo and further details go to http://jasonwatmore.com/post/2014/02/15/AngularJS-Reverse-Geocoding-Directive.aspx

Installation

Install using bower: bower install angular-reverse-geocode

Alternatively download the code and include the angular-reverse-geocode.js file in your page.

Add the 'angularReverseGeocode' directive as a dependency of your AngularJS application:

angular.module('myApp', ['angularReverseGeocode']);

Usage

To use add a reverse-geocode tag to your page with attributes containing lat and long coordinates, e.g:

<reverse-geocode lat="40.730885" lng="-73.997383"></reverse-geocode>