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