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

Commit 9f57701

Browse files
authored
Merge pull request #550 from amay077/issue_549
fix: wrong method call for InfoWindow long tapped
2 parents 0bed5de + 98aed4a commit 9f57701

File tree

1 file changed

+1
-1
lines changed
  • Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.iOS/Logics

1 file changed

+1
-1
lines changed

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)