Nominatim
Object Hierarchy:
Description:
[
CCode ( type_id =
"geocode_nominatim_get_type ()" ) ]
[
Version ( since =
"3.23.1" ) ]
public class Nominatim :
Object,
Backend
All the fields in the Nominatim structure are private and should never be accessed directly.
Content:
Properties:
- public string base_url { owned get; construct; }
The base URL of the Nominatim service, for example `https://nominatim.
- public string maintainer_email_address { owned get; construct; }
E-mail address of the maintainer of the software making the geocoding
requests to the Nominatim server.
- public string user_agent { owned get; set; }
User-Agent string to send with HTTP(S) requests, or
null to use the default user agent, which is derived from the geocode-glib version and
GApplication:id, for example: `geocode-glib/3.20 (MyAppId)`.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Geocode.Backend