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

Commit 98aed4a

Browse files
committed
fix: wrong method call for InfoWindow long tapped
1 parent 0bed5de commit 98aed4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.iOS/Logics

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private void OnInfoLongPressed(object sender, GMSMarkerEventEventArgs e)
162162

163163
if (targetPin != null)
164164
{
165-
Map.SendInfoWindowClicked(targetPin);
165+
Map.SendInfoWindowLongClicked(targetPin);
166166
}
167167
}
168168

0 commit comments

Comments
 (0)