public void updateNorth(double north) {
    if (!RoutingController.get().isNavigating()) return;

    mNorth = north;
    update(Framework.nativeGetRouteFollowingInfo());
  }