I would like an event when a player clicks on a Pin to jump to its location in Remote View. This would be similar to on_player_clicked_gps_tag, but would return the LuaPin instead.
This would nicely complement the recently added LuaPin interface.
But these are less necessary because the Pins can be monitored during an on_tick event, or you could shadow the add_pin input with a CustomInput to simulate an "Add pin" event.