When a view is shown on the map view, the flow is load generic -> check for image -> load image. In practice however, there is no marker displayed for some elements until the screen is moved / refreshed. Loading images should be less abrupt and ensure load is successful before displaying.
When a view is shown on the map view, the flow is `load generic` -> `check for image` -> `load image`. In practice however, there is no marker displayed for some elements until the screen is moved / refreshed. Loading images should be less abrupt and ensure load is successful before displaying.