-
Notifications
You must be signed in to change notification settings - Fork 1
Coordinates object
Niels Buus edited this page Sep 7, 2015
·
1 revision
If possible, please include the coordinates so we can display the location on our maps. The object should contain a latitude and a longitude attribute, both holding a numeric value. If you omit the coordinates, we are going to do an automatic look up of the coordinates from Google Maps (or something else) based on the supplied address. This is error prone because it can return an inaccurate position. Even worse, it might return no result at all, and in that case your location won't appear on our site! :-(
{
"latitude": 55.7112585,
"longitude": 12.5642073
}For the technically minded amongst you, we expect the coordinates to be WGS 84 format.