setAssetsProvider abstract method
Set a custom assets provider, which provides images, sizes and icon styles for placemarks.
The class does not retain the object in the 'provider' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
provider
Assets provider (must not be null)
Implementation
void setAssetsProvider(
search_search_layer_assets_provider.AssetsProvider provider);