Is it possible to use this module to geocode a search field for submission as a Views argument?

I'm attempting to show a location proximity Drupal View which takes the gecoded lat/long from user input.

This way, when a user types in "chicago, il" or simply "central park, nyc", a geocoded lat/long value is passed as an argument to Views.

I could then use the Location module proximity filter to show closest matching nodes.

Thanks for the help.

Comments

spaul’s picture

You can do this using Google Map Tools. It comes with a block called set current location. The information could be passed to views and can be used to create proximity based results