| visicom.ua | rf-planning | sets of geodata and gis solutions | gps-navigation | maps for polygraphy |
|
|
Map | About company | Project | Documentation (API) |
Service "Address".Service "Address" allows to perform Address Search dy means of JavaScript. Attention! This service requires authorization Address search in the Visicom database is to be invoked by the use of remote requests mechanismVRemoteCall. Examples:
Display in browser:Source code:var map; map = new VMap(document.getElementById('viewport')); var point = {lng: 30.5112, lat: 50.4550}; map.center(point, 12); // ... VMap.AUTH_KEY = "AUTHORITYKEY"; VRemoteCall.request("address", "Киев, Житомир", function callback(layer) { for (var i = 0; i < layer.childs().length; i++) { var obj = layer.childs(i); var marker = new VMarker(obj.bounds().center()); marker.info(obj.info); map.add(marker); } 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. |