wft-geodb-angular-client
Version:
Provides Angular client bindings to the GeoDB service.
17 lines (16 loc) • 350 B
TypeScript
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;
}