EXT_GPS_GetCoordinatesFromAddress
MSS 5.0 - Extensibility - Functions Kalipso to MSS - GPS - EXT_GPS_GetCoordinatesFromAddress
Function to get the coordinates of a place based on its full address.
Input parameters:
inAddress β Full address of the place;
inKey β Google Maps Places API key;
Output parameters:
outFormated_Address β Full address formatted;
outLatitude β Latitude of the place;
outLongitude β Longitude of the place;
outTypes β Type of place (restaurant, bank, β¦ check google maps places api documentation to full list of types);
outPlace_ID β Place ID of the place(internal ID of the place from google places api, is used the get additional information);
Last updated