Online all of this works as expected. However when offline (I have downloaded the map tiles successfully) the symbols are not showing. Other Line and Fill layers are showing as expected however. When calling pointAnnotationManager.create a pointAnnotation is being returned successfully and no errors are being thrown.
I have a map where I add a symbol layer like so:
I also then add symbols via the PointAnnotationManager when a user selects a point on the map:
Online all of this works as expected. However when offline (I have downloaded the map tiles successfully) the symbols are not showing. Other Line and Fill layers are showing as expected however. When calling
pointAnnotationManager.create
apointAnnotation
is being returned successfully and no errors are being thrown.