예제 #1
0
        /* 이벤트 방식으로 구현하는 경우 */
        #endregion

        #region private Methods Area
        void RequestAddressByCoordination(NGeoPoint location)
        {
            mapView.FindPlacemarkAtLocation(location);
            SetMarker(location);
        }