LatLong overview
Representing a Lat/Long coordinate.
Added in v1.0.0
Table of contents
Model
LatLong (type alias)
Representing a Lat/Long coordinate.
Signature
export type LatLong = Branded<string, LatLongBrand>
Added in v1.0.0
String
LatLong
Represents a Lat/Long coordinate.
Signature
export declare const LatLong: Schema<Opaque<string, LatLongBrand>, Opaque<string, LatLongBrand>>
Added in v1.0.0