Skip to content

Commit

Permalink
Update src/Toolkit/Toolkit/GeoViewController.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Matvei Stefarov <[email protected]>
  • Loading branch information
dotMorten and mstefarov authored Nov 1, 2023
1 parent 837e994 commit 622e7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toolkit/Toolkit/GeoViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public virtual Task<IdentifyGraphicsOverlayResult> IdentifyGraphicsOverlayAsync(
/// <summary>
/// Identifies the <see cref="GeoViewController"/> attached property.
/// </summary>
public static BindableProperty GeoViewControllerProperty =
public static readonly BindableProperty GeoViewControllerProperty =
BindableProperty.CreateAttached(
"GeoViewController",
typeof(GeoViewController),
Expand Down

0 comments on commit 622e7dd

Please sign in to comment.