Interface ICityJSONDefaultDataSource
Hierarchy
- ICityJSONDefaultDataSource
Methods
getCityJSON
- getCityJSON(src: string | number, ok: (json: any) => void, error: (e: Error) => void): void
Parameters
src: string | number
ok: (json: any) => void
error: (e: Error) => void
Returns void
Gets the contents of the given CityJSON file.