Geokodierung

Geocodering

Geocoderen is een zoekfunctie waarbij een adres, plaats, gemeente etc. wordt voorzien van een x- en y-coördinaat, zogeheten
kaartcoördinaten (lengte- en breedtegraad). Hierdoor is het mogelijk om deze weer te geven in een GIS-systeem en markering op een kaart te plaatsen/de kaart te kunnen positioneren. De Andes Geocoder API biedt een REST-Service om dit mogelijk te maken, waarbij alle acties in JSON-formaat worden uitgevoerd.

 

De API werkt met een specifieke API-key welke ingevuld wordt in de basis URL: http://gc.andes.nl?k=<key>.

 

Parameters for request

Field Type Description
K
String
mandatory
p
int
Projection value in EPSG
optional (default 4326)
o
string
Output fields (t=text, s=structured)
optional (default text)
l
string
Language (ISO3 code)
optional (default DUT)
mr
int
Max results
optional (default 5)
bs
string
Break on score (n=none, d=on distance, f= on full match, b=both)
optional (default b)
sd
int
Sort of display (1=true)
optional (default 1)
cb
string
Callback parameter
optional
q
string
Query text for freetext search
optional
co
string
Country name or ISO3 code
optional (default NLD)
cg
string
Poi category
optional (default all)
nm
string
Poi name
optional
mu
string
Name of the municipality
optional
ci
string
Name of the city
optional
vi
string
Name of the village
optional
pl
string
Name of the place (see remark)
optional
pc
string
Postcode value
optional
st
string
Name of the street
optional
hn
string
Housenumber
optional
x
double
x (longitude) value of the coordinate
optional
y
double
y (latitude) value of the coordinate
optional