arunisrael/angularjs-google-places

Why filter the keys?

Opened this issue · 0 comments

The nearbySearchKeys and placeDetailKeys filter the default values that Google returns, requiring that the user go through lengthy app.config(function(ngGPlacesAPIProvider) { ngGPlaces.... boilerplate before being able to access the elements they need -- like the geometry key that contains each place's GPS! Why are you filtering those? There's no gain since they are already being returned by Google.

Anyhow, thanks for the library.