amay077

Results 41 comments of amay077

Hello everyone. I'm reborn. :innocent: (I was writing typescript for several years. So I lost interest in Xamarin and C#. But recently I re-started writing C#, which has given me...

Yes, ``await map.MoveCamera/AnimateCamera`` NOT means move map finished. You can observe when move map finished using ``Map.CameraIdled`` event. But maybe it NOT means render map completed. I'm not sure to...

I think you should delay any seconds (``await Task.Delay(3000ms)``) .

Sorry, but I have no idea to resolve your issue.

I'm not sure to is AppCenter supports latest iOS SDK and GoogleMaps SDK for iOS.

Yes, ``Pin`` is sealed class. You can use Pin.Tag as object property. ``` class YourData { public string CustomProperty1 { get; set; } public string CustomProperty2 { get; set; }...

I'm in progress to support latest SDK support in [vNext](https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/vNext) branch.

Please see #729

Hi @valliappan16 , I deployed [v5.0.0 to nuget](https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/5.0.0). Could you try it? https://github.com/amay077/Xamarin.Forms.GoogleMaps/issues/783#issuecomment-1232771417

Yes we can, I found set min/max zoom-level in Android and iOS Google Maps API. * [Android] GoogleMap.setMaxZoomPreference - https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap * [iOS] GMSMapView.setMinZoom - https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_map_view