1
在Xamarin的內置Map
類中,可以使用Map.MoveToRegion(New Position(latitude, longitude))
函數轉到地圖上的某個區域。我正在使用GoogleMap
Nuget軟件包,並且似乎無法在構建的功能中找到類似內容。有沒有這個GoogleMap
插件的功能,如果是這樣,它是什麼?Xamarin - 谷歌地圖級移到特定位置
GoogleMap gMap = new GoogleMap();
//gMap.MoveToRegion(New Position(34.9820, 138.5160)); <-- something like this