Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / ICoordinateMapping

Interface: ICoordinateMapping

Defined in: api/api-client.ts:1568

Stores geographic coordinates associated with postalcodes, including the time the mapping was used.

Properties

lastUsed?

optional lastUsed: Date

Defined in: api/api-client.ts:1583

Gets or sets the time the postalcode was last entered by the user.


latitude?

optional latitude: number

Defined in: api/api-client.ts:1577

Gets or sets the latitude for the location.


location?

optional location: string

Defined in: api/api-client.ts:1574

Gets or sets the name of the location.


lockedUntil?

optional lockedUntil: Date

Defined in: api/api-client.ts:1586

Gets or sets the time until which the entry is locked.


longitude?

optional longitude: number

Defined in: api/api-client.ts:1580

Gets or sets the longitude of the location.


postalCode?

optional postalCode: number

Defined in: api/api-client.ts:1571

Gets or sets the postalcode which is also the uniqe identifier.