Nominatim API
interface NominatimAPI
The interface for interacting with the Nominatim API to fetch information required for building CartographicBoundary
objects. This interface defines methods for retrieving geospatial data based on different administrative unit types.
Functions
Link copied to clipboard
@GET(value = "/search?" )
this one is more generic. It's used when the more specific one didn't return a proper Polygon
Link copied to clipboard
@GET(value = "/search?" )
Fetches the results for a specific city using the Nominatim API.
Link copied to clipboard
@GET(value = "/search?" )
Fetches the results for a specific country using the Nominatim API.
Link copied to clipboard
@GET(value = "/search?" )
Fetches the results for a specific county using the Nominatim API.
Link copied to clipboard
@GET(value = "/search?" )
Fetches the results for a specific state using the Nominatim API.