30 #ifndef _OGR_GEOCODING_H_INCLUDED
31 #define _OGR_GEOCODING_H_INCLUDED
46 OGRGeocodingSessionH CPL_DLL OGRGeocodeCreateSession(
char** papszOptions);
48 void CPL_DLL OGRGeocodeDestroySession(OGRGeocodingSessionH hSession);
50 OGRLayerH CPL_DLL OGRGeocode(OGRGeocodingSessionH hSession,
52 char** papszStructuredQuery,
55 OGRLayerH CPL_DLL OGRGeocodeReverse(OGRGeocodingSessionH hSession,
56 double dfLon,
double dfLat,
59 void CPL_DLL OGRGeocodeFreeResult(OGRLayerH hLayer);
63 #endif // _OGR_GEOCODING_H_INCLUDED