File tree 3 files changed +4
-3
lines changed
src/main/java/ovh/plrapps/mapcompose/api
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ There's an example in the demo app.
73
73
74
74
Add this to your module's build.gradle
75
75
``` groovy
76
- implementation 'ovh.plrapps:mapcompose:2.12.9 '
76
+ implementation 'ovh.plrapps:mapcompose:2.12.11 '
77
77
```
78
78
79
79
Starting with v.2.4.1, the library is using the
Original file line number Diff line number Diff line change 1
1
GROUP =ovh.plrapps
2
- VERSION_NAME =2.12.10
2
+ VERSION_NAME =2.12.11
3
3
ARTIFACT_ID =mapcompose
4
4
5
5
POM_NAME =MapCompose
Original file line number Diff line number Diff line change @@ -167,7 +167,8 @@ fun MapState.makePathDataBuilder(): PathDataBuilder {
167
167
* Register a callback which will be invoked when a path is tapped.
168
168
* Beware that this click listener will only be invoked if at least one path is clickable, and when
169
169
* the click gesture isn't already consumed by some other composable (like a button), or a marker.
170
- * When several paths hover each other, the [cb] is invoked for the path with the highest z-index.
170
+ * When several paths hover each other, the [cb] is invoked for the path with the highest z-index
171
+ * and which is the last drawn.
171
172
*/
172
173
fun MapState.onPathClick (cb : (id: String , x: Double , y: Double ) -> Unit ) {
173
174
pathState.pathClickCb = cb
You can’t perform that action at this time.
0 commit comments