A class/interface that wraps around a GeoSearch object and provides additional services. Can consume an optional config object upon creation.
The following are valid config object properties: { excludeTypes: string | Array, language: string, geoNames: string, geoLocation: string }
Return a promise that resolves to a list of formatted province objects
a promise that resolves to a list of formatted province objects
Return a promise that resolves to a list of formatted type objects
a promise that resolves to a list of formatted type objects
Find and return the province object in the province list
the target province
associated province object
Given some string query, returns a promise that resolves as a formatted location object
the search string this query is based on
A class/interface that wraps around a GeoSearch object and provides additional services. Can consume an optional config object upon creation.
The following are valid config object properties: { excludeTypes: string | Array,
language: string,
geoNames: string,
geoLocation: string
}