Interface GeoLocationGeometry<T, K>

interface GeoLocationGeometry<T, K> {
    coordinates: K;
    type: T;
}

Type Parameters

Properties

Properties

coordinates: K
type: T