add Images Async
Adds images asynchronously, to be used in the map's style.
Parameters
images
the map of images to add
open fun addImagesAsync(@NonNull images: HashMap<String, Bitmap>, @NonNull stretchX: List<ImageStretches>, @NonNull stretchY: List<ImageStretches>, @Nullable content: ImageContent)
Adds images asynchronously, to be used in the map's style.
Parameters
images
the map of images to add
stretch X
image stretch areas for x axix
stretch Y
image stretch areas for y axix
content
image content for text to fit
Adds images asynchronously, to be used in the map's style.
Parameters
images
the map of images to add
sdf
the flag indicating image is an SDF or template image
open fun addImagesAsync(@NonNull images: HashMap<String, Bitmap>, sdf: Boolean, @NonNull stretchX: List<ImageStretches>, @NonNull stretchY: List<ImageStretches>, @Nullable content: ImageContent)
Adds images asynchronously, to be used in the map's style.
Parameters
images
the map of images to add
sdf
the flag indicating image is an SDF or template image
stretch X
image stretch areas for x axix
stretch Y
image stretch areas for y axix
content
image content for text to fit