Incorporating the Monitor Group with Google Maps API

 

This tutorial is intended to help you incorporate Google Map in Applications Manager. The Google Maps API embed Google Maps in web pages with JavaScript .

 

In order to be able to use Google Maps, the Google APIs have to be present, if not, then manually installed.

 

Steps to configure Google Map in Applications Manager web client

 

To incorporate your Monitor Groups in Google Map View follow the below steps:

This is done in order to import google's javascript and use their functions.

The above function is for map initialization and displaying the Monitor Groups located across the world.

function placeMarker(location) {
var locationmarker = new google.maps.Marker({
position: location,
map: map,
icon:'/images/marker0.png'
});
prevoverlay = locationmarker;
}

This function is used for adding a new location in the map.

This function is used for rendering the Monitor Group information inside the map view.

Important:

Get to know and verify the Google Map API Terms of Use