setMapLoadedListener abstract method
Sets a map loaded listener.
The class does not retain the object in the 'mapLoadedListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
Implementation
void setMapLoadedListener(
mapkit_map_map_loaded_listener.MapLoadedListener? mapLoadedListener);