eMap


WEBAPPS-MAP


https://master-dev.adastra.web.id/portal/api-web/index.php?c=Web&m=viewSlide&id=WEBAPPS-MAP&status=1


1   GPS Tracking


Track Coordinates using HTML5

HTML GeoLocation

 

 

2   eMap Asset Property


map.fastvalue.co.id

GMaps Library API


Working with marker

Get Coord
Wapp.module.active.marker.mapMarkers[0].getPosition().lat();
-7.14055377773386
Wapp.module.active.marker.mapMarkers[0].getPosition().lng();
111.47923374703487

Set Center

var center = Wapp.module.active.marker.mapMarkers[0].getPosition();
Wapp.module.active.marker.mapMarkers[0].getMap().setCenter(center);
Wapp.module.active.marker.mapMarkers[0].getMap().setZoom(12);

Set Options
Wapp.module.active.marker.mapMarkers[0].setOptions({'draggable': true});