vue-google-maps
vue-google-maps copied to clipboard
geocoder
hello, i don't see in the doc where you can geocode an address ?* thanks for help
Hello,
Geocode is a totally different service that google maps.
Vue.js is a front-end framework meaning it's job is to display things. Since geocoding is not something you see but more data retrieval it does not make sense to include it here.
Moreover I don't see how we could improve usability of geocoding using Vue.js. If you have any idea please let us know.
Geocoding is a part of the Google Maps API, as stated in the docs. Is there a way to directly access the API when using Vue Google Maps?
@curtisblackwell I usually use the JSON API for geocoding purposes but of course you can access the api.
google
is available on the global scope as soon as the loaded
promise is resolved. After that you can use google.geocode