Feature: Map View

Are you in need of a map view in your app? Receiving an error? Give the following a try:

What is a map view?
The map view is a great way to display locations within your app. Depending on your needs you can display location data, drop pins, or provide directions with your app. These location data points can come from addresses, XY (coordinates of a point) or LatLong (GPS) information. Finally, you can use either Google maps to display your mapped locations (Addresses and LatLong) or a custom image such as the interior map of a manufacturing plant to map XY points.

Where does the map view live?

  1. To find the map view, open your app editor by selecting the app youโ€™d like to work on.
  2. The navigation bar on the left side displays a tab titled โ€œUXโ€. Click this tab.
  3. Once youโ€™re in the UX tab youโ€™ll find a navigation bar along the top of your editor. The first tab is your โ€œViewsโ€ section. Click this tab.
  4. Once youโ€™ve found the โ€œViewsโ€ section, scroll to the โ€œPrimary Viewsโ€ section.
  5. From here you can modify or add your map view.

Important notes

  • To see one of our map views in action, hereโ€™s a sample app to review.
  • AppSheet Maps are also capable of using whatโ€™s called KML (Keyhole Markup Language). This is a file format used to display geographic data, most commonly on platforms like Google Earth or Google Maps, that allows for embedding and displaying location points, borders and shapes with different styles. To learn more about this view, please review this post.

Happy app building!

4 4 4,502
  • UX
4 REPLIES 4

hi, I can not figure how to change โ€œtooltipโ€ that is shown on map (in your sample app ID is shown), how can this be changed?

TNX

Ivan

Try making the data youโ€™d like to see as Tooltip a LABEL

Yes, TNX, solution with label is OK, I had to create VirtualColumn with needed data and then make this VirtualColumn label.

Okay thanks

Top Labels in this Space