I wanted to set an onmarkerclicklistener for the map, but I get:
"Attempttoinvokevirtualmethod'voidcom.mapbox.mapboxsdk.maps.MapboxMap.setOnMarkerClickListener(com.mapbox.mapboxsdk.maps.MapboxMap$OnMarkerClickListener)' on a null object reference"
I guess this is because I haven't initialized the map, but I dont know how to.
Anyone knows? Thanks!