Mappls Maps API:
Safety Check
Method:
new MapmyIndia.showSafetyCheck();
Optional Parameters:
1) parentDivId:
/*Your defined custom div Id in which widget will be loading*/
2) details:
low
medium
high
/*to show details on safety check page, default range is medium */
2) geolocation:
true
false
/*to show users geolocation option in widget*/
2) shareOptions:
true
false
/*to show users social share options in widget*/
Example:
new MapmyIndia.showSafetyCheck({parentDivId:"mS_Id"details:"high"});