mapbox-android-demo icon indicating copy to clipboard operation
mapbox-android-demo copied to clipboard

Refactored MatrixApiActivity and XML

Open langsmith opened this issue 6 years ago • 0 comments

MatrixApiActivity was using a bunch of deprecated Maps SDK classes and methods, such as addMarker(), setOnMarkerClickListener(), etc.

This pr brings this example up-to-date with SymbolLayer icons, onMapClick() logic, adding null checks, etc. This pr gets rid of the final usage of addMarker() 🐛 🔨

langsmith avatar Aug 26 '19 22:08 langsmith