30 #ifndef _OGR_GEOCODING_H_INCLUDED
31 #define _OGR_GEOCODING_H_INCLUDED
50 OGRLayerH CPL_DLL
OGRGeocode(OGRGeocodingSessionH hSession,
52 char** papszStructuredQuery,
56 double dfLon,
double dfLat,
63 #endif // _OGR_GEOCODING_H_INCLUDED
Definition: ogr_geocoding.cpp:82
OGRLayerH OGRGeocode(OGRGeocodingSessionH hSession, const char *pszQuery, char **papszStructuredQuery, char **papszOptions)
Runs a geocoding request.
Definition: ogr_geocoding.cpp:1369
void OGRGeocodeFreeResult(OGRLayerH hLayer)
Destroys the result of a geocoding request.
Definition: ogr_geocoding.cpp:1537
OGRGeocodingSessionH OGRGeocodeCreateSession(char **papszOptions)
Creates a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:232
OGRLayerH OGRGeocodeReverse(OGRGeocodingSessionH hSession, double dfLon, double dfLat, char **papszOptions)
Runs a reverse geocoding request.
Definition: ogr_geocoding.cpp:1497
void OGRGeocodeDestroySession(OGRGeocodingSessionH hSession)
Destroys a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:368