Go to the documentation of this file.
30 #ifndef OGR_GEOCODING_H_INCLUDED
31 #define OGR_GEOCODING_H_INCLUDED
52 const char *pszQuery,
char **papszStructuredQuery,
56 double dfLat,
char **papszOptions);
62 #endif // OGR_GEOCODING_H_INCLUDED
OGRGeocodingSessionH OGRGeocodeCreateSession(char **papszOptions)
Creates a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:252
void OGRGeocodeDestroySession(OGRGeocodingSessionH hSession)
Destroys a session handle for geocoding requests.
Definition: ogr_geocoding.cpp:386
#define CPL_C_START
Macro to start a block of C symbols.
Definition: cpl_port.h:306
struct _OGRGeocodingSessionHS * OGRGeocodingSessionH
Opaque type for a geocoding session.
Definition: ogr_geocoding.h:45
void OGRGeocodeFreeResult(OGRLayerH hLayer)
Destroys the result of a geocoding request.
Definition: ogr_geocoding.cpp:1595
#define CPL_C_END
Macro to end a block of C symbols.
Definition: cpl_port.h:310
OGRLayerH OGRGeocode(OGRGeocodingSessionH hSession, const char *pszQuery, char **papszStructuredQuery, char **papszOptions)
Runs a geocoding request.
Definition: ogr_geocoding.cpp:1420
void * OGRLayerH
Opaque type for a layer (OGRLayer)
Definition: ogr_api.h:623
OGRLayerH OGRGeocodeReverse(OGRGeocodingSessionH hSession, double dfLon, double dfLat, char **papszOptions)
Runs a reverse geocoding request.
Definition: ogr_geocoding.cpp:1554