I am using the Mapbox API and its setOnMapClickListener is deprecated. I haven't found any other way to use the onMapClick
method; is there another way?
Asked
Active
Viewed 224 times
2

Phantômaxx
- 37,901
- 21
- 84
- 115

Abubakar
- 147
- 2
- 10
-
i upvoted you answer bro thanks for help @Matt – Abubakar Oct 08 '18 at 13:00
1 Answers
3
setOnMapClickListener
was deprecated in release 5.3.0 in favor of addOnMapClickListener
.
Source: API Reference

Matt
- 2,953
- 3
- 27
- 46