File

projects/geocoder-ts/src/lib/models/Location.ts

Index

Properties

Properties

city
city: string
Type : string
country
country: string
Type : string
latitude
latitude: number
Type : number
longitude
longitude: number
Type : number
state
state: string
Type : string
zip
zip: string
Type : string
export interface Location {
    city: string;
    state: string;
    zip: string;
    country: string;
    latitude: number;
    longitude: number;
}

result-matching ""

    No results matching ""