onObjectRemoved abstract method

void onObjectRemoved(
  1. UserLocationView view
)

Called when the layer object is being removed. It is never called for the user location icon.

Implementation

void onObjectRemoved(UserLocationView view);