Geography.ts overview
Geography related schemas and filters
Since v1.0.0
Exports Grouped by Category
Geography filters
latitude
Signature
declare const latitude: <S extends Schema.Schema.Any>(
annotations?: Schema.Annotations.Filter<Schema.Schema.Type<S>> | undefined
) => <A extends number>(
self: S & Schema.Schema<A, Schema.Schema.Encoded<S>, Schema.Schema.Context<S>>
) => Schema.filter<S>
Since v1.0.0
longitude
Signature
declare const longitude: <S extends Schema.Schema.Any>(
annotations?: Schema.Annotations.Filter<Schema.Schema.Type<S>> | undefined
) => <A extends number>(
self: S & Schema.Schema<A, Schema.Schema.Encoded<S>, Schema.Schema.Context<S>>
) => Schema.filter<S>
Since v1.0.0
Geography schemas
LatLong (class)
Signature
declare class LatLong
Since v1.0.0
Latitude (class)
Signature
declare class Latitude
Since v1.0.0
Longitude (class)
Signature
declare class Longitude
Since v1.0.0
PostalCode (class)
Signature
declare class PostalCode
Since v1.0.0