30 #ifndef OGR_GEOCODING_H_INCLUDED
31 #define OGR_GEOCODING_H_INCLUDED
53 char** papszStructuredQuery,
57 double dfLon,
double dfLat,
64 #endif // OGR_GEOCODING_H_INCLUDED
Definition: ogr_geocoding.cpp:91
void * OGRLayerH
Definition: ogr_api.h:497
#define CPL_C_START
Definition: cpl_port.h:352
struct _OGRGeocodingSessionHS * OGRGeocodingSessionH
Definition: ogr_geocoding.h:45
OGRLayerH OGRGeocode(OGRGeocodingSessionH hSession, const char *pszQuery, char **papszStructuredQuery, char **papszOptions)
Runs a geocoding request.
Definition: ogr_geocoding.cpp:1427
void OGRGeocodeFreeResult(OGRLayerH hLayer)
Destroys the result of a geocoding request.
Definition: ogr_geocoding.cpp:1602
OGRGeocodingSessionH OGRGeocodeCreateSession(char **papszOptions)
Creates a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:253
#define CPL_C_END
Definition: cpl_port.h:354
OGRLayerH OGRGeocodeReverse(OGRGeocodingSessionH hSession, double dfLon, double dfLat, char **papszOptions)
Runs a reverse geocoding request.
Definition: ogr_geocoding.cpp:1560
void OGRGeocodeDestroySession(OGRGeocodingSessionH hSession)
Destroys a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:392