コード例 #1
0
 async void CenterOnCurrentLocation(bool Animate = true)
 {
     if (!CheckLocationPermission())
     {
         return;
     }
     await MapsHandler.CenterOnCurrentLocation(Animate);
 }