Skip to content

isopruefi-frontend v1.0.0


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?

ICoordinateMapping

Returns

CoordinateMapping

Properties

lastUsed?

optional lastUsed: Date

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

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

Implementation of

ICoordinateMapping.lastUsed


latitude?

optional latitude: number

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

Gets or sets the latitude for the location.

Implementation of

ICoordinateMapping.latitude


location?

optional location: string

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

Gets or sets the name of the location.

Implementation of

ICoordinateMapping.location


lockedUntil?

optional lockedUntil: Date

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

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

Implementation of

ICoordinateMapping.lockedUntil


longitude?

optional longitude: number

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

Gets or sets the longitude of the location.

Implementation of

ICoordinateMapping.longitude


postalCode?

optional postalCode: number

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

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

Implementation of

ICoordinateMapping.postalCode

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()

static fromJS(data): CoordinateMapping

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

Parameters

data

any

Returns

CoordinateMapping