Akryum/vue-googlemaps

Nearby places types

wernerkotze opened this issue · 1 comments

Hi There,

Is there a way to specify the type of results? For instance I want to get all the nearby places of type: ['hair_care'] in a 5000m radius?

Also, how can I access these results, I need to match them to locations in my database?

Love this repo!

Nevermind, I figured it out.

mounted() {
  console.log(this.$refs.results);
}

Gives you everything and more, awesome!