| 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) { map.add(layer); map.repaint(); } ); In this example all the detected objects are represented on the map. The method returns in callback method object-layer (VLayer) with the list of found objects.
The information about address each object is located in the info property.
|
|
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. |