-
ElementDescriptionuse
Marker.setPosition(double, double, double)
insteadusePOIMarker.builder()
instead.You should use thegetWebRoot()
method to find the image-files you need, or read map/marker specific images from the map's storage (See:BlueMapMap.getAssetStorage()
)!You should use thegetWebRoot()
method to create the image-files you need, or store map/marker specific images in the map's storage (See:BlueMapMap.getAssetStorage()
)!
-
MethodDescriptionGetting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder.use
Marker.Builder.position(double, double, double)
insteaduseMarker.setPosition(double, double, double)
insteadusePOIMarker.builder()
instead.You should use thegetWebRoot()
method to find the image-files you need, or read map/marker specific images from the map's storage (See:BlueMapMap.getAssetStorage()
)!You should use thegetWebRoot()
method to create the image-files you need, or store map/marker specific images in the map's storage (See:BlueMapMap.getAssetStorage()
)!
Marker.Builder.position(double, double, double)
instead