Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Definitions

The Definitions class represent a specific definitions information.


Summary
The Definitions class represent a specific definitions information.
The Definitions constructor; Creates a new Definitions instance by a separate definitions fields.
When start checking for this rule (dd/mm/yyyy hh:mm:ss).
When stop checking for this rule (dd/mm/yyyy hh:mm:ss).
Which days to check this rule (1,2,3,4,5,6,7).
The time range for this rule (hh:mm:ss).
The time duration for this rule (in millis).

Constructors

Definitions

Definitions( timestamp startTime
timestamp endTime
string daysInWeek
timestamp timeRangeStart
interger timeRangeDuration)

The Definitions constructor; Creates a new Definitions instance by a separate definitions fields.

Parameters

startTimeWhen start checking for this rule (dd/mm/yyyy hh:mm:ss).
endTimeWhen stop checking for this rule (dd/mm/yyyy hh:mm:ss).
daysInWeekWhich days to check this rule (1,2,3,4,5,6,7).
timeRangeStartThe time range for this rule (hh:mm:ss).
timeRangeDurationThe time duration for this rule (in millis).

Properties

startTime

timestamp startTime

When start checking for this rule (dd/mm/yyyy hh:mm:ss). 

endTime

timestamp endTime

When stop checking for this rule (dd/mm/yyyy hh:mm:ss). 

daysInWeek

string daysInWeek

Which days to check this rule (1,2,3,4,5,6,7). 

timeRangeStart

timestamp timeRangeStart

The time range for this rule (hh:mm:ss). 

timeRangeDuration

integer timeRangeDuration

The time duration for this rule (in millis). 

Address(string fullAddress)
The Address constructor; Creates a new Address instance by a full address value.
This is the base class of the provided coordinates classes.