Skip to main content
Answer

Geocoder MapQuest

  • July 13, 2021
  • 1 reply
  • 83 views

Dennis van Leeuwen
Hero
Forum|alt.badge.img+12

To my knowledge, the SF supports the following geocoders: Google Maps, Open Street Map, MapQuest and HERE WeGo. At the moment we are using the SF Maps extender with Geocoder MapQuest to translate address to coordinates. 

Geocoder MapQuest

The address is verified and correct, when we search this in Google Maps the correct location is shown. 

User interface control: Google maps

:negative_squared_cross_mark:  The address "Savelveld 25, 6039 SB, Stramproy" is displayed in America while this is an address in The Netherlands. Probably the coordinates are being generated incorrectly but how can I get the JSON generated by the extender for the MapQuest API? 

{ "CoordSets": [ [ { "Lon": "-100.445882", "Lat": "39.78373" } ] ] }

We have had the same problem in the past with the free version of HERE WeGo. Is this problem also recognized in the other Geocoders?  

Best answer by Dennis van Leeuwen

On second thought, I will contact MapQuest directly. The coordinates I get generated and returned by the API are incorrect. That the marker is then positioned incorrectly is a logical consequence. 

{ "CoordSets": [ [ { "Lon": "5.711368", "Lat": "51.200246" } ] ] }
{ "CoordSets": [ [ { "Lon": "-100.445882", "Lat": "39.78373" } ] ] }

 

:ballot_box_with_check: As a workaround I manipulated these specific coordinates by overwriting them. 

This topic has been closed for replies.

1 reply

Dennis van Leeuwen
Hero
Forum|alt.badge.img+12

On second thought, I will contact MapQuest directly. The coordinates I get generated and returned by the API are incorrect. That the marker is then positioned incorrectly is a logical consequence. 

{ "CoordSets": [ [ { "Lon": "5.711368", "Lat": "51.200246" } ] ] }
{ "CoordSets": [ [ { "Lon": "-100.445882", "Lat": "39.78373" } ] ] }

 

:ballot_box_with_check: As a workaround I manipulated these specific coordinates by overwriting them.