예제 #1
0
    public void InitModel(MView mapView)
    {
        this.mapView = mapView;

        //pass the target to the view
        if (mapView != null)
            mapView.InitView(toFollowTrans);
    }