LatLong overview
A valid latlong string in the format “lat,long” or “lat, long”
Added in v1.0.0
Table of contents
utils
LatLong
Signature
export declare const LatLong: t.BrandC<t.StringC, LatLongBrand>
Added in v1.0.0
LatLong (type alias)
Signature
export type LatLong = t.Branded<string, LatLongBrand>
Added in v1.0.0
LatLongBrand (interface)
Signature
export interface LatLongBrand {
readonly LatLong: unique symbol
}
Added in v1.0.0