Positioning objects (icons/text/marker) on the map

After defining an object (icons/text/marker) you can position it on the map by using the following parameter.

obj_pos_(x)

Parameters

X;Y

The position is specified by using pixel indications.

LT;LN

The position is indicated over coordinates (latitude, longitude).

A

Declaration of the position by using an address defined in advance (country/city/street).

Designing a request

&obj_pos_(x)=([N:Name;(X;Y/LN;LT/A)])

Advice

Request examples

&obj_pos_1=N:icon_1; X:20; Y:30

&obj_pos_2=N:text_1; LT:52.27646 ; LN:10.53243

&obj_pos_3=N:icon_2; A:address_1

Aufruf:

http://maps1.locr.com/?map_config=202&print=1&width=800&height=800&address_1=CO:DEU;CI:Braunschweig%20;PC:38106;SN:Rebenring;NR:33&icon_1=I:star1;C:RD&obj_pos_1=N:icon_1;A:address_1