Closed (fixed)
Project:
Search API Location
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 10:47 UTC
Updated:
5 Jun 2015 at 11:54 UTC
Jump to comment: Most recent
Comments
Comment #1
tizzo commentedIt should be possible but the functionality isn't there yet.
I'll need to do this as well, I'll post updates here as I progress over the next few weeks.
Comment #2
tecjam commentedYou could add a search field or option to send post code & country to http://maps.google.com/maps/api/geocode/json?address=____POSTCODE___%20_...
Convert json, grab lat/lng and filter accordingly.
Comment #3
bigsyke commentedTechjam, Would this require a custom module? I need something to sort by Zip, and the current module doesnt work.
Comment #4
ptmkenny commentedThis kind of implementation is possible out of the box now:
https://www.drupal.org/node/2073709
Comment #5
ptmkenny commented