Functions in
geo_search.h
Functions available for geolocation search.
geo_search_boundary_next()
Return the next search boundary.
geo_search_boundary_valid()
Check whether the specified search boundary is valid.
geo_search_close()
Close the geo_search service.
geo_search_free_reply()
Free any resources associated with a geo_search reply.
geo_search_geocode()
Perform a geocode search.
geo_search_geocode_latlon()
Perform a geocode search near a geographic coordinate.
geo_search_open()
Open the geo_search service.
geo_search_reply_get_city()
Retrieve the city of the result at the current index in the reply.
geo_search_reply_get_country()
Retrieve the country of the result at the current index in the reply.
geo_search_reply_get_county()
Retrieve the county of the result at the current index in the reply.
geo_search_reply_get_description()
Retrieve the location description of the result at the current index in the reply.
geo_search_reply_get_district()
Retrieve the district of the result at the current index in the reply.
geo_search_reply_get_iso_alpha2_country_code()
Retrieve the ISO 3166-1 alpha-2 country code of the result at the current index in the reply.
geo_search_reply_get_iso_alpha3_country_code()
Retrieve the ISO 3166-1 alpha-3 country code of the result at the current index in the reply.
geo_search_reply_get_iso_country_id()
Retrieve the ISO 3166-1 country numeric id of the result at the current index in the reply.
geo_search_reply_get_lat()
Retrieve the latitude of the result at the current index in the reply.
geo_search_reply_get_length()
Get the number of results in the search reply.
geo_search_reply_get_lon()
Retrieve the longitude of the result at the current index in the reply.
geo_search_reply_get_mcc()
Retrieve the mobile country code of the result at the current index in the reply.
geo_search_reply_get_name()
Retrieve the location name of the result at the current index in the reply.
geo_search_reply_get_postal_code()
Retrieve the postal (or zip) code of the result at the current index in the reply.
geo_search_reply_get_region()
Retrieve the region (state or province) of the result at the current index in the reply.
geo_search_reply_get_street()
Retrieve the street field of the result at the current index in the reply.
geo_search_reply_get_timezone()
Retrieve the time zone of the result at the current index in the reply.
geo_search_reply_set_index()
Set the index of the current result in the reply.
geo_search_reverse_geocode()
Perform a reverse geocode search.
geo_search_strerror()
Return the printable error string corresponding to the supplied error code.
Parent topic:
Geocoding Library