Places the map at the specified location (menu position).
Before you go to the Google Maps site, get an API key. To obtain an API key, see
https://developers.google.com/maps/documentation/javascript/get-api-key
for more information.
Set “Location”, “API Key”, “Address or Latitude/Longitude”, “Zoom Level”, and “Marker Name”.
Specifies where you want the map to appear.
Enter the Google Maps API key.
Get the API key from the Google Maps site.
Specify the location on the map.
When specifying an address, you can specify a detailed address up to the street number or a rough address such as a city name. In addition, in the case of famous buildings such as “Tokyo Sky Tree”, the name of the building can be displayed alone. These are the features of the GTS.
When specifying latitude and longitude, set the latitude and longitude numbers separated by commas.
34.687315, 135.526201
If the field contains address information, you can use an expression to pass the value of the field. If the field is divided into Region, Address1, and Address2:
${Region} ${Address1} ${Address2}
Enter the zoom level.
Depending on the Google Maps documentation, consider the following:
https://developers.google.com/maps/documentation/javascript/tutorial?hl=ja#MapOptions
Sets the name of the marker. If omitted, the name of the marker will be the name of the marker if “Address or Latitude/Longitude” is specified in the address.
“Top of the record details screen” cannot be used in the list screen.
“Right side of list screen menu” and “Bottom side of list screen menu” cannot be used outside of list screen.
Only the bottom of the list screen menu is supported in the smartphone version app.
If you repeat “Show Map at Menu Position” with the same action number, it will be considered the same map and only one map will be displayed.The second action does not change the currently displayed map position.
If you run “Show Map at Menu Position” with different action numbers, each map will be displayed separately.
If you want to increase markers, do not repeat “Show map at menu position”. Add markers to a map for more information.