<Android mapbox view annontion in fragment not wor...
# stackoverflow
u
Android mapbox view annontion in fragment not working Android mapbox view annontion in fragment not working: I try to using mapbox in fragment and add view annotation to it, the map working but the view annotation does not appear on the map. (The code is the same as the example in the documents: https://docs.mapbox.com/android/maps/guides/annotations/view-annotations/) my code: class MapFragment : Fragment() { var binding:...