UNPKG

wft-geodb-angular-client

Version:
17 lines (16 loc) 350 B
export declare class PlaceSummary { type: string; id: string; wikiDataId: string; country: string; countryCode: string; region: string; regionCode: string; regionWdId: string; latitude: number; longitude: number; name: string; population: number; distance: number; get displayName(): string; }