addInputListener abstract method

void addInputListener(
  1. MapInputListener inputListener
)

Adds input listeners.

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

Implementation

void addInputListener(
    mapkit_map_input_listener.MapInputListener inputListener);