├── LICENSE ├── README.md ├── angular-reverse-geocode.js ├── bower.json └── demo ├── demo.html └── demo.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cornflourblue/angular-reverse-geocode/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cornflourblue/angular-reverse-geocode/HEAD/README.md -------------------------------------------------------------------------------- /angular-reverse-geocode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cornflourblue/angular-reverse-geocode/HEAD/angular-reverse-geocode.js -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cornflourblue/angular-reverse-geocode/HEAD/bower.json -------------------------------------------------------------------------------- /demo/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cornflourblue/angular-reverse-geocode/HEAD/demo/demo.html -------------------------------------------------------------------------------- /demo/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cornflourblue/angular-reverse-geocode/HEAD/demo/demo.js --------------------------------------------------------------------------------