Skip to content

Commit 4d0a6f7

Browse files
committed
Rename: Map.TopLeft/TopRight/BottomLet/BottomRight to Map.Region
1 parent 08731ea commit 4d0a6f7

File tree

1 file changed

+1
-0
lines changed
  • Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps

1 file changed

+1
-0
lines changed

Diff for: Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Map.cs

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public IList<GroundOverlay> GroundOverlays
222222
get { return _groundOverlays; }
223223
}
224224

225+
[Obsolete("Please use Map.Region instead of this")]
225226
public MapSpan VisibleRegion
226227
{
227228
get { return _visibleRegion; }

0 commit comments

Comments
 (0)