MapView

The Map View component in the Cloneable platform allows you to display a map and interact with location data.

Functionality

The Map View component serves as a visual representation of a map where you can view and interact with location data.

Example

Base map view
Selected location

Inputs and Outputs

Inputs
Outputs

Base Map Selection: You can choose the type of map you want to display, such as satellite view, street view, or topography view.

Selected Location: When you click on a location on the map, you can retrieve information about that point. Additionally, you can output the selected location, which can be useful for further processing or data collection.

Locations: You can input specific points or locations on the map. Each location can include metadata associated with it.

Button Click: The component provides a button that allows you to trigger specific actions or events when clicked. This button click output can be used to perform tasks related to the selected location or to exit a particular workflow.

Color Coding: You have the option to assign colors to the locations based on specific criteria. This allows for visual differentiation of points on the map.

The Map View component enables you to visualize locations on a map, customize the appearance of points using color coding, and interact with the data by selecting specific locations. You can gather information about a chosen point and use the button click output for various purposes. Additionally, there is a convenient "Done" button that allows you to exit the map view and proceed with your workflow.

Last updated