In Apps
Display an address on a map.
The Map component displays an address from our data source as a pin on a map.
Data
Select the column from your data source that you’d like to use as the address.
Design
We can change between three zoom settings for your map's display:
- Near
- Medium
- Far
Action
By default, when the Map component is tapped, it will open the device's default map to search for that address. You can click the default Action and select the dropdown menu (Configure Action) to view other action options or create your own Custom Action.
In Pages
The Map component in Glide Pages displays address data as an interactive map on your page.
General settings
You can customize your map using the settings available in the General, Options, and Actions tabs that appear when you select the map from the Screens panel in the Layout Editor.
Items data
- In the General tab, locate the Items Data section.
- Use the menu in the Title, Description, Address, and Image fields to select the value from your data to display. You can also type directly into these fields to enter a Custom Value.
Fields for the Map component
A pin is placed on the map at the address specified. The Title, Description, Image, and Address fields all appear in the tooltip that displays when you click on a pin.
Tooltip showing fields when a pin is clicked
Design
- In the General tab, locate Design.
- Choose the Aspect Ratio - Square, 4:3, or 16:9 - to resize the map on the page.
- Choose the Style - Minimal, Standard, or Satellite - to change the appearance of the map.
- Choose the Tooltip - Bottom or Floating - to show the details of each location when a pin is clicked.
- Select Show Navigation Controls to display buttons that allow users to change the zoom level of the map.
- Select Allow zoom with scroll-wheel to give desktop users the ability to change the zoom level with their mouse.
Design settings for the Map component
Limiting the number of pins on a map
If you only want to show a certain number of pins on your map, you can select the option to limit the number of items. Once this is set, the map will only display the number of pins you enter here, starting at the first available row in your data source.
Limiting the number of pins on a map
Actions
You can trigger actions in two areas of the map component - the Title Bar action and the Item Click action.
Title bar action
- In the Actions tab, locate the Title Bar Action section.
- Click the Add primary action button.
- Use the menu in the Title field to select the value from your data to display. You can also type directly into this field to enter a custom value.
- Select and configure the desired action.
You can add as many actions as you’d like. Additional actions will be displayed as a secondary button or in the dropdown section of the title bar.
Configuring the title bar action
Item click action
- In the Actions tab, locate the Item Click Action section.
- The Show Detail Screen action is added by default, but you can change this to any other action you choose.
The Item Click Action is triggered when a tooltip is clicked.
Configuring the item click action