如何在嘀嘀打車導航上顯示自己地點位置?如何在嘀嘀打車導航上顯示自己地點位置?

引路人地圖標注 2022-01-29 19:50
【摘要】小編為您整理如何在導航上顯示自己的指路人地圖標注服務中心名、如何在導航上顯示自己酒指路人地圖標注服務中心、嘀嘀打車怎么不顯示定、如何在mapcontrol控件上顯示多個地點標注、如何在mapcontrol控件上顯示多個地點標注相關地圖標注知識,詳情可查看下方正文!

如何在導航上顯示自己的指路人地圖標注服務中心名?

可以在地圖上標注下,這里需要你提前注冊好一個的賬號,而且要把里面的資料完善好,然后單擊右上角的【商戶免費標注】 如果存在啦,而發現標注不準確,可以先刪除掉,重新標注。 填寫好相應的資料,一定要保證準確,然后提交審核。 一般的話,審核需要5-7天左右。


如何在導航上顯示自己酒指路人地圖標注服務中心?

那是廣告位喲,可以與凱立德導航的營銷部聯系相關事宜。


嘀嘀打車怎么不顯示定?

你可以重新打開GPS,還不行就看看你的將你的網絡進行重新開啟


如何在mapcontrol控件上顯示多個地點標注?

對于你提到的問題,我創建了一個示例工程去測試,以下是我的代碼:  MainPage.xaml:  <Grid>  <Grid.RowDefinitions>  <RowDefinition />  <RowDefinition Height="50" />  </Grid.RowDefinitions>  <maps:MapControl Name="MapControl1" MapServiceToken="XXXXX">    </maps:MapControl>  <Button Grid.Row="1" Content="Add Point" Click="Button_Click" />  </Grid>  private void Button_Click(object sender, RoutedEventArgs e)  {  AddMapIcon();  }  private void AddMapIcon()  {  MapIcon MapIcon1 = new MapIcon();  MapIcon
1.Location = new Geont(new BasicGeoposition()  {  Latitude = 4
7.620,  Longitude = -12
2.349  });  MapIcon
1.NormalizedAnchorPoint = new Point(0.5,
1.0);  MapIcon
1.Title = "Space Needle";  MapIcon
1.Visible = true;  MapIcon
1.ZIndex = int.MaxValue;    MapControl
1.MapElements.Add(MapIcon1);  MapIcon MapIcon2 = new MapIcon();  MapIcon
2.Location = new Geont(new BasicGeoposition()  {  Latitude = 4
7.603569,  Longitude = -12
2.329453  });  MapIcon
2.NormalizedAnchorPoint = new Point(0.5,
1.0);  MapIcon
2.Title = "Seattle";  MapIcon
2.Visible = true;  MapIcon
2.ZIndex = int.MaxValue;    MapControl
1.MapElements.Add(MapIcon2);  MapControl
1.Center = MapIcon
1.Location;  MapControl
1.ZoomLevel = 12;  }  如你所提到的,在模擬器上,MapIcon有時候可以顯示,但是縮放后,有些又可以正常顯示,對于這個問題,我嘗試通過強制自定義MapIcon的Image屬性,但是沒有解決?! ⊥ㄟ^標注問題,覺得可能的問題是在于模擬器,于是在真機上發現均可以正常顯示這些點,所以建議你在真機上測試程序的效果?! ?-------------------------------------------------------------------------------  We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.  Click HERE to participate the survey.


如何在mapcontrol控件上顯示多個地點標注?

對于你提到的問題,我創建了一個示例工程去測試,以下是我的代碼: MainPage.xaml: <Grid> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition Height="50" /> </Grid.RowDefinitions> <maps:MapControl Name="MapControl1" MapServiceToken="XXXXX"> </maps:MapControl> <Button Grid.Row="1" Content="Add Point" Click="Button_Click" /> </Grid> private void Button_Click(object sender, RoutedEventArgs e) { AddMapIcon(); } private void AddMapIcon() { MapIcon MapIcon1 = new MapIcon(); MapIcon
1.Location = new Geont(new BasicGeoposition() { Latitude = 4
7.620, Longitude = -12
2.349 }); MapIcon
1.NormalizedAnchorPoint = new Point(0.5,
1.0); MapIcon
1.Title = "Space Needle"; MapIcon
1.Visible = true; MapIcon
1.ZIndex = int.MaxValue; MapControl
1.MapElements.Add(MapIcon1); MapIcon MapIcon2 = new MapIcon(); MapIcon
2.Location = new Geont(new BasicGeoposition() { Latitude = 4
7.603569, Longitude = -12
2.329453 }); MapIcon
2.NormalizedAnchorPoint = new Point(0.5,
1.0); MapIcon
2.Title = "Seattle"; MapIcon
2.Visible = true; MapIcon
2.ZIndex = int.MaxValue; MapControl
1.MapElements.Add(MapIcon2); MapControl
1.Center = MapIcon
1.Location; MapControl
1.ZoomLevel = 12; } 如你所提到的,在模擬器上,MapIcon有時候可以顯示,但是縮放后,有些又可以正常顯示,對于這個問題,我嘗試通過強制自定義MapIcon的Image屬性,但是沒有解決。 通過標注問題,覺得可能的問題是在于模擬器,于是在真機上發現均可以正常顯示這些點,所以建議你在真機上測試程序的效果。 -------------------------------------------------------------------------------- We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate the survey.


上一篇 :如何在嘀嘀打車導航上顯示自己商鋪位置?如何在嘀嘀打車導航上顯示自己商鋪位置?

下一篇:怎樣修改地圖商戶名?如何修改商戶名?