| visicom.ua | rf-planning | sets of geodata and gis solutions | gps-navigation | maps for polygraphy |
|
|
Map | About company | Project | Documentation (API) |
MarkersThe markers are used to mark a certain point on the map. Proper image and message box describing given point can be selected for the marker. Examples:
This example adds the marker on the map. For the marker sets information window appearing when you click on it and posibility to drag the marker by user are installed for the marker. Display in browser:Source code:// Create marker var marker = new VMarker({ lng: 30.5114, lat: 50.4552 }); // Set draggable option marker.draggable(true); // The hint marker.hint('Hint'); // Set header and description of information window marker.info('header', 'Description'); // Add a marker on the map map.add(marker); // Repaint the map map.repaint(); |
|
Tel./Fax: +380 44 201-00-26 E-mail: web-maps@visi.com.ua Address: 01025, Ukraine, Kiev, B. Zhytomirskaya Str., 25/2 |
© 2006 2011, Visicom. All rights reserved. |