Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit d4d4b8a

Browse files
authored
Merge pull request #616 from Yanc35/issue_609
Update Android/Logics/PinLogic.cs-OnUpdateIcon
2 parents b5b7a8b + e3a4617 commit d4d4b8a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.Android/Logics

Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.Android/Logics/PinLogic.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ protected override void OnUpdateIcon(Pin outerItem, Marker nativeItem)
311311
var factory = _bitmapDescriptorFactory ?? DefaultBitmapDescriptorFactory.Instance;
312312
var nativeDescriptor = factory.ToNative(outerItem.Icon);
313313
nativeItem.SetIcon(nativeDescriptor);
314-
nativeItem.SetAnchor(0.5f, 1f);
315-
nativeItem.SetInfoWindowAnchor(0.5f, 0f);
316314
}
317315
}
318316

0 commit comments

Comments
 (0)