Map

The Map component is for displaying location-based information in an app. It allows users to see a visual representation of a location, including its surrounding area and nearby landmarks.

The Map component can be used for various purposes, including displaying store locations, highlighting event venues, and showing real-time GPS data.

Google Map URL

Add a Google Maps URL to specify the address displayed on the map.

The component will automatically extract the name for the location by showing the address and the name of the places in the component title.

Hidden

Choose whether to hide the component from the view of the app users. This can be useful in cases where the map is not relevant in some exceptional cases or events or needs to be hidden for security reasons.

Tag

Name the component for use with the Typescript.

currentPage.components.componentTag

Last updated