Matt-Jensen / ember-cli-g-maps

Deprecated Google Maps Addon

Home Page:http://matt-jensen.github.io/ember-cli-g-maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search box possible?

stijn26 opened this issue · comments

Hi,

Is a search box possible in this addon?
https://developers.google.com/maps/documentation/javascript/examples/places-searchbox

If not, how would I implement this myself (maybe even in the addon)?

While no one is currently working on search box specifically, would #30 be helpful to you? Otherwise I would welcome any PR that took the approach used by the g-autocomplete component currently in the 0.4 branch.

Hi,
I will wait on the 0.4 release as I do not have experience with developing addons and certainly not with service unit tests in EmberJS;

Sounds good. Out of curiosity, do you think #30 Places Autocomplete would foot the bill for your app?

It sounds like the perfect thing, I now manually made an input that does a request to the autocomplete API from Google, I think its just the same thing.

A places autocomplete component was added into the 0.4 release.