apoc.spatial.geocodeOnce
Procedure
apoc.spatial.geocodeOnce('address') YIELD location, latitude, longitude, description, osmData - look up geographic location of address from a geocoding service (the default one is OpenStreetMap)
Signature
apoc.spatial.geocodeOnce(location :: STRING?) :: (location :: MAP?, data :: MAP?, latitude :: FLOAT?, longitude :: FLOAT?, description :: STRING?)
Output parameters
Name | Type |
---|---|
location |
MAP? |
data |
MAP? |
latitude |
FLOAT? |
longitude |
FLOAT? |
description |
STRING? |
Was this page helpful?