soal / vue-mapbox-geocoder

Wrapper for vue-mapbox-geocoder
13 stars 22 forks source link

Stand along geocoder, without a map. #18

Open RonAlmog opened 4 years ago

RonAlmog commented 4 years ago

I need to get address from users. so all i need is an input text field, the user will type her address, and will get help from the geocoder. no map needed. is this possible? from what i see in the readme, the MglGeocoderControl must live inside a map object. Any way around that?