Connection lines
It is possible to draw a line in between positions on the map (latitude/longitude), address points or x/y-coordinates.
line_(x)
Positioning
P
Declaration of a position by coordinates in the sequence latitude, longitude.
A
Declaration of an address-name position.
X
Declaration of a position by x/y data.
T
You can add transparency to the color of the marker. You can change the value from 0 to 100%.
Default setting is 0%.
Style of the line
C
Line color, value specifications are in HEX CODE e.g. 000000
Default: 000000 = black
W
The width of the line is in pixels. Default: 5 px
OC
The color of an outline for both sides, value specifications are in HEX CODE e.g. FFFFFF
Default: FFFFFF = white
OW
The width of the outline is in pixels (integer values). Default: 2px
Designing a request
&line_(x)=([position;color;width])
Note
You cannot mix specifications in lat/lng, adresses or x/y-coordinates.
You have to declare at least two positions!
URL-requests cannot exceed 8192 characters!
Maximum of 99 icons per map!
Request examples
&line_1=P:51.27646,11.53243,52.27646,12.53243;C:F3F3F3
&line_2=A:address_1,address_3,address_4;C:FFFFFF;W:4
&line_2=X:10,14,200,40;C:FFFFFF;W:4