orwo1

Results 12 issues of orwo1

### SUMMARY Native map control's "MyLocationClick" event is not exposed (This is different to the MyLocation Button Click). Also, currently if the default user icon is showing and there is...

### VERSIONS * Xamarin.Forms.GoogleMaps - 3.3.0 * Xamarin.Forms - 4.5.0.495 * ### PLATFORMS - [ ] Android - [x] iOS - [ ] UWP ### ACTUAL BEHAVIOR Running on iOS,...

### SUMMARY I want to be able to generate a static image of the map from code. ### DETAILS Just like using url https://maps.googleapis.com/maps/api/staticmap?parameters to get a static image of...

### SUMMARY I would like to be able to register to a Preview Dragging event on the map. ### DETAILS I am showing polygon on the map, with added pins...

### SUMMARY I would like to allow some mechanism to cancel or disregard dragging event. ### DETAILS I register to Pin dragging event, and in event handler I would like...

All properties on Pin are bindable except for Tag property. I worked around using an attached property, but it would be nice if the property would also be bindable.

## Summary It would be helpful if the library was ported to support Microsoft's MAUI platform. ## API Changes Interface with new implementation of resources handling in MAUI Update controls...

Hi there Are there plans to port this control to .Net MAUI platform?

We got a couple of crashes from users in production over this: `Java.Interop.JniEnvironment+InstanceMethods.CallObjectMethod(Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method) in Android.Runtime.JNIEnv.CallObjectMethod(System.IntPtr jobject, System.IntPtr jmethod) in Javax.Net.Ssl.ISSLSessionInvoker.GetPeerCertificateChain() in ModernHttpClient.HostnameVerifier.Verify(System.String hostname, Javax.Net.Ssl.ISSLSession session) in Javax.Net.Ssl.IHostnameVerifierInvoker.n_Verify_Ljava_lang_String_Ljavax_net_ssl_SSLSession_(System.IntPtr...

The updated 5.0.0 Nuget still has classes on the iOS side declared as internal, as opposed to Android implementations which are now declared public. This inconsistency prevent from inheriting PinLogic...