You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a geolocation app which consume data from Parse.com (which those data imported from JSON previously). Right now I am trying to geocode the address in parse database but couldn't find how to do it.
The issue is, the gem is worked with Mongo(Id/Mapper) and ActiveRecord. I am trying to hit with MongoID but the gem is not supported other than mentioned database driver.
Is there any way to flow the data from MongoId driver through 'ParseResource::Base'? Not sure this is the right question but my intention is get the geocoded recognised the mongoId driver.
Thanks in advanced,
-Fir
The text was updated successfully, but these errors were encountered:
epireve
changed the title
Getting working with Geocoder gem
Getting work with Geocoder gem
May 22, 2014
I am working on a geolocation app which consume data from Parse.com (which those data imported from JSON previously). Right now I am trying to geocode the address in parse database but couldn't find how to do it.
The issue is, the gem is worked with Mongo(Id/Mapper) and ActiveRecord. I am trying to hit with MongoID but the gem is not supported other than mentioned database driver.
Is there any way to flow the data from MongoId driver through 'ParseResource::Base'? Not sure this is the right question but my intention is get the geocoded recognised the mongoId driver.
Thanks in advanced,
-Fir
The text was updated successfully, but these errors were encountered: