-
Notifications
You must be signed in to change notification settings - Fork 24
Support for tap regions #118
Description
Hello,
First we are using com.qozix.tileview.TileView, but want to move to a newer library to mitigate the risk of using an older library that is not supported.
Since we are using Compose heavily this library caught my eye.
My Question: do you think this library would be able to extended to support a tap listener when a tap occurs in a rectangle (and the rectangle may cross tiles)? In a map scenario, image that you have metadata about the map and that you want to display a bottomsheet that changes the info displayed as the user taps on areas of the image. For example they tap near a city name and info about the city is displayed.
The tap region would not be visible (no marker, callout, or path). It would virtual data associated with the image.
I guess I could implement MapUI.content. Yes?