OSMDroid - Default marker moving when zooming out on Android API 28
问题 I recently started to use OSMDroid, but I struggle to get a default marker at a specific Geopoint on Android API 28. I followed the tutorial from the OSMDroid's Github and wrote a code like this: //Making a Mapbox TileSource MapBoxTileSource mbTest = new MapBoxTileSource("mapbox.streets", ACCESS_TOKEN); map = (MapView) findViewById(R.id.map); map.setTileSource(mbTest); //Setting up map map.setVisibility(View.VISIBLE); map.setMultiTouchControls(true); map.getController().setCenter(new GeoPoint