baseUrl property

String? baseUrl
getter/setter pair

Specifies the base URL for the Nominatim API. Defaults to the official OpenStreetMap Nominatim instance.

Implementation

static String? baseUrl = 'https://nominatim.openstreetmap.org';