isopruefi-frontend / api/api-client / CoordinateMapping
Class: CoordinateMapping¶
Defined in: api/api-client.ts:1508
Stores geographic coordinates associated with postalcodes, including the time the mapping was used.
Implements¶
Constructors¶
Constructor¶
new CoordinateMapping(
data?):CoordinateMapping
Defined in: api/api-client.ts:1528
Parameters¶
data?¶
Returns¶
CoordinateMapping
Properties¶
lastUsed?¶
optionallastUsed:Date
Defined in: api/api-client.ts:1523
Gets or sets the time the postalcode was last entered by the user.
Implementation of¶
latitude?¶
optionallatitude:number
Defined in: api/api-client.ts:1517
Gets or sets the latitude for the location.
Implementation of¶
location?¶
optionallocation:string
Defined in: api/api-client.ts:1514
Gets or sets the name of the location.
Implementation of¶
lockedUntil?¶
optionallockedUntil:Date
Defined in: api/api-client.ts:1526
Gets or sets the time until which the entry is locked.
Implementation of¶
ICoordinateMapping.lockedUntil
longitude?¶
optionallongitude:number
Defined in: api/api-client.ts:1520
Gets or sets the longitude of the location.
Implementation of¶
postalCode?¶
optionalpostalCode:number
Defined in: api/api-client.ts:1511
Gets or sets the postalcode which is also the uniqe identifier.
Implementation of¶
Methods¶
init()¶
init(
_data?):void
Defined in: api/api-client.ts:1537
Parameters¶
_data?¶
any
Returns¶
void
toJSON()¶
toJSON(
data?):any
Defined in: api/api-client.ts:1555
Parameters¶
data?¶
any
Returns¶
any
fromJS()¶
staticfromJS(data):CoordinateMapping
Defined in: api/api-client.ts:1548
Parameters¶
data¶
any
Returns¶
CoordinateMapping