EXT_GMAPS_LoadMap
MSS 5.0 - Extensibility - Functions Kalipso to MSS - GMAPS - EXT_GMAPS_LoadMap
Function to ask MSS to open the Documents screen.
Input parameters:
inMyLocation_Latitude β Current position Latitude;
inMyLocation_Longitude β Current position Longitude;
inShowPoint β Show specific point: 1 β Yes / 0 β No;
inPoint_Latitude β Specific point Latitude;
inPoint_Longitude β Specific point Longitude;
inCanChangePointLocation β If user can change specific point location by clicking on map: 1 β Yes / 0 β No;
inZoom β Zoom value (when showing multiple points, the zoom is calculated to show all points);
inPointsList_Latitude β Latitude of multiple points (values separated by ASCII 7);
inPointsList_Longitude β Longitude of multiple points (values separated by ASCII 7);
inPointsList_Title β Titles of multiple points (values separated by ASCII 7);
inPointsList_Icon β Icons of multiple points (values separated by ASCII 7);
inPointsShowLabels β Show labels with titles of each point: 1 β Yes / 0 β No;
inPointsList_GooglePlacesID β Google places ID of multiple points (values separated by ASCII 7 - Optional);
Output parameters:
outResultCode β Return code: 0 β Done / < 0 User canceled selection or error occurred;
outMapFileName β Full path of the file to load in the HTML Viewer;
Note: Google maps api key is required and is loaded directly in the function.
Last updated
Was this helpful?