コード例 #1
0
        void ShowNearbyPoi_OnPoiSelected(object sender, ShowNearbyPoi.PoiEventArgs e)
        {
            Vertex           poi    = e.SelectedPoi;
            AbsoluteLocation absLoc = poi.AbsoluteLocations.First();

            mWebMapCommon.UI_CenterAt((double)absLoc.latitude, (double)absLoc.longitude);
        }