digitaldeus / tfa

The Fellowship App Repository
1 stars 0 forks source link

Update church search api to only pull location place id when doing a place search #122

Open digitaldeus opened 8 years ago

digitaldeus commented 8 years ago

Currently the location search api pulls places to acquire lat and long for each location result, instead of this, we can do location results based off passing a place id instead of a lat and long. If lat and long are passed, we will use these values instead.

Should drop our api consumption good bit.