listImages method

List<String> listImages()

/// Returns an Array of strings containing the IDs of all images currently available in the map. This includes both images from the style's original sprite and any images that have been added at runtime using {@link addImage}.

@returns {Array

@example var allImages = map.listImages();

Implementation

List<String> listImages() => jsObject.listImages();