NavigationRF constructor

NavigationRF(
  1. MapControllerRF Controller
)

Implementation

NavigationRF(this.Controller) {
  Search = SearchRF(Controller);
  Route = RouteRF(Controller);
}