setImageUrlProvider abstract method

void setImageUrlProvider(
  1. ImagesImageUrlProvider urlProvider
)

The class does not retain the object in the 'urlProvider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void setImageUrlProvider(
    mapkit_images_image_url_provider.ImagesImageUrlProvider urlProvider);