MapLongPressThe MapLongPress app demonstrates using Map1.LongPressAtPoint to add latitude and longitude values to TinyDB1 each time the map is long-pressed.
Further functionality can be added after the locations are collected — for example, as shown in this tutorial video.
Screen1.Initialize invokes the reset procedure, which simply resets Map1 center and zoom level, sets TinyDB1.Namespace, and logs all current location entries in TinyDB1.log_db procedure uses Notifier1.LogInfo to log all location entries in TinyDB1.Button1.Click clears (and logs) all location entries in TinyDB1.All components retain their default properties, — except Width and Height set to Fill parent... where necessary to center UX components and Button text(s) changed from their defaults(s). The initial Map1 center is 41.96°, -71.20°.