Description Usage Arguments Details Value Examples
Creates an interactive map with markers at the current position of aircraft. Clicking on the marker will provide further information about the aircraft.
1 | PlotPlanes(point = "", radius = 100, country = "", type = "")
|
point |
A vector containing the latitude and longitude of a specific point or a string containing the name of a city to determine a specicfic position as inital point. |
radius |
The number of kilometers which should be considered as radius for a circular selection area around the point. |
country |
A string containing the country where an aircraft is registred. |
type |
A string containing a specific aircraft type. |
For further examples see GetLiveData
An interactive worldmap on which the position of the aircraft is displayed.
1 2 3 | PlotPlanes("London", 50)
PlotPlanes(country = "Algeria")
PlotPlanes(type = "A319")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.