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:1384
void OGRGeocodeFreeResult(OGRLayerH hLayer)
Destroys the result of a geocoding request.
Definition: ogr_geocoding.cpp:1564
OGRGeocodingSessionH OGRGeocodeCreateSession(char **papszOptions)
Creates a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:236
OGRLayerH OGRGeocodeReverse(OGRGeocodingSessionH hSession, double dfLon, double dfLat, char **papszOptions)
Runs a reverse geocoding request.
Definition: ogr_geocoding.cpp:1520
void OGRGeocodeDestroySession(OGRGeocodingSessionH hSession)
Destroys a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:377