Wednesday, April 3, 2013

Geocoder


Geocoder in ruby on rails is a gem which is used for storing an latitude and longitude of either an ip based or address based .

For Example While Storing Customers details we are asking to provide customer address which is stored in latitude and longitude format of given location. Now When we want to see all Customers in Particular area GeoCoder fetch customers list according to their latitude and longitude stored in Database.

No comments:

Post a Comment