Geocoding / Mapping / Google Places Examples?

I’m searching around for examples to see if anyone has used Ember for Google Places autocomplete and/or ways of listing locations on a Google map (or other services) by geocoding an address or existing long/lat info. Calculating distance between the location entered and location of items is also of interest (guessing this is the easy part).

I’ve done this sort of thing in Rails, but not sure how to approach with Ember or if anyone has rolled their own libraries for Ember + mapping? How would you all approach this assuming I already had the locational data (fixture or API)?

1 Like