interface LatLngLiteral {
    lat: number;
    lng: number;
}

Properties

Properties

lat: number
lng: number