EMAPI.Router.WayPoint

Class of waypoints.

Summary
EMAPI.Router.WayPointClass of waypoints.
Properties
lonLat{EMAPI.LonLat} Waypoints coordinates.
description{String} Location of waypoint: city, street or road number.
Functions
EMAPI.Router.WayPointThe constructor of a new instance of the EMAPI.Router.WayPoint class.
destroyDestroys object of EMAPI.Router.WayPoint class.

Properties

lonLat

{EMAPI.LonLat} Waypoints coordinates.

description

{String} Location of waypoint: city, street or road number.

Functions

EMAPI.Router.WayPoint

The constructor of a new instance of the EMAPI.Router.WayPoint class.

Parameters

options{Object} An object with additional parameters of class instance.

destroy

destroy: function()

Destroys object of EMAPI.Router.WayPoint class.

A class representing the geographic coordinates in the form of latitude and longitude.
destroy: function()
Destroys object of EMAPI.Router.WayPoint class.
Close