onObjectAdded abstract method

void onObjectAdded(
  1. UserLocationView view
)

Called when the layer object is added. It is called once when the user location icon appears the first time.

Implementation

void onObjectAdded(UserLocationView view);