interface OSMOfflineGeocodingServiceOptions {
    autocomplete?: boolean;
    language?: string;
    maxResults?: number;
    path?: string;
}

Hierarchy (View Summary)

Properties

autocomplete?: boolean
language?: string
maxResults?: number
path?: string