Nominatim model.
Source code: gws.plugin.nominatim.model
Module Contents
-
class gws.plugin.nominatim.model.Config
Nominatim model
-
country: str | None
Country to limit the search.
-
language: str | None
Language to return the results in.
-
class gws.plugin.nominatim.model.Object
Nominatim model.
-
country: str
-
language: str
-
serviceUrl = 'https://nominatim.openstreetmap.org/search'
-
configure()
-
find_features(search, user, **kwargs)
-
props(user)