Fantastic plugin! An issue regarding the field order for Germany though:
Currently, SLP queries as follows: STREET1, STREET2, CITY, POSTCODE
No results: Altes Rathaus / Naschmarkt, Markt 1, Leipzig, 4109
The following order is used in Germany: STREET1, STREET2, POSTCODE, CITY
Match: Altes Rathaus / Naschmarkt, Markt 1, 4109, Leipzig
(Use the Google Maps Geocode API Example page to verify)
Can SLP be tweaked to query the API in that order when the Map Country is set to Germany?
A few of my addresses are not matching up because of this.
Thanks!