summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.WinRT.Tablet
diff options
context:
space:
mode:
authorKangho <rookiejava+github@gmail.com>2017-07-25 05:23:14 +0900
committerJason Smith <jason.smith@xamarin.com>2017-07-24 16:23:14 -0400
commit171fa0faecb2d89e81042346cf659d4499e50a5d (patch)
treebaeeb921f69a34f4e31b5f08981da5e0f7b89ce7 /Xamarin.Forms.Maps.WinRT.Tablet
parent6de1c5c8d75449834419d5760d78e72fce4b251e (diff)
downloadxamarin-forms-171fa0faecb2d89e81042346cf659d4499e50a5d.tar.gz
xamarin-forms-171fa0faecb2d89e81042346cf659d4499e50a5d.tar.bz2
xamarin-forms-171fa0faecb2d89e81042346cf659d4499e50a5d.zip
Remove InternalsVisibleTo from Maps (#1019)
Diffstat (limited to 'Xamarin.Forms.Maps.WinRT.Tablet')
-rw-r--r--Xamarin.Forms.Maps.WinRT.Tablet/MapRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Maps.WinRT.Tablet/MapRenderer.cs b/Xamarin.Forms.Maps.WinRT.Tablet/MapRenderer.cs
index bb3a0da0..9540cd0e 100644
--- a/Xamarin.Forms.Maps.WinRT.Tablet/MapRenderer.cs
+++ b/Xamarin.Forms.Maps.WinRT.Tablet/MapRenderer.cs
@@ -174,7 +174,7 @@ namespace Xamarin.Forms.Maps.WinRT
var boundingRegion = Control.Bounds;
var result = new MapSpan(center, boundingRegion.Height, boundingRegion.Width);
- Element.VisibleRegion = result;
+ Element.SetVisibleRegion(result);
}
void OnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)