Matt-Jensen / ember-cli-g-maps

Deprecated Google Maps Addon
http://matt-jensen.github.io/ember-cli-g-maps
MIT License
59 stars 31 forks source link

Place autocomplete documentation indicates selection is MarkerPlace rather than PlaceResult #62

Closed gheinze closed 7 years ago

gheinze commented 7 years ago

The "Place Autocomplete" demo says:

place is a MarkerPlace

I believe this should be:

place is a PlaceResult

Source line may be here

Matt-Jensen commented 7 years ago

Correct. Thanks for pointing this out!