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

Place autocomplete documentation indicates selection is MarkerPlace rather than PlaceResult

gheinze opened this issue · comments

commented

The "Place Autocomplete" demo says:

place is a MarkerPlace

I believe this should be:

place is a PlaceResult

Source line may be here

Correct. Thanks for pointing this out!