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?¶
optionallastUsed:Date
Defined in: api/api-client.ts:1583
Gets or sets the time the postalcode was last entered by the user.
latitude?¶
optionallatitude:number
Defined in: api/api-client.ts:1577
Gets or sets the latitude for the location.
location?¶
optionallocation:string
Defined in: api/api-client.ts:1574
Gets or sets the name of the location.
lockedUntil?¶
optionallockedUntil:Date
Defined in: api/api-client.ts:1586
Gets or sets the time until which the entry is locked.
longitude?¶
optionallongitude:number
Defined in: api/api-client.ts:1580
Gets or sets the longitude of the location.
postalCode?¶
optionalpostalCode:number
Defined in: api/api-client.ts:1571
Gets or sets the postalcode which is also the uniqe identifier.