The members of Xamarin.Forms.Maps.Map are listed below.
See Also: Inherited members from Xamarin.Forms.View
Map() | Creates a new Xamarin.Forms.Maps.Map object with default values. | |
| Creates a new Xamarin.Forms.Maps.Map object with that shows the region that is specified by region. |
static readonly | HasScrollEnabledProperty | BindableProperty. Identifies the Map.HasScrollEnabled bindable property. |
static readonly | HasZoomEnabledProperty | BindableProperty. Identifies the Map.HasZoomEnabled bindable property. |
static readonly | IsShowingUserProperty | BindableProperty. Identifies the Map.IsShowingUser bindable property. |
static readonly | MapTypeProperty | BindableProperty. Identifies the Map.MapType bindable property. |
| HasScrollEnabled | bool. Whether this Xamarin.Forms.Maps.Map is allowed to scroll. | |
| HasZoomEnabled | bool. Whether this Xamarin.Forms.Maps.Map is allowed to zoom. | |
| IsShowingUser | bool. Whether this Xamarin.Forms.Maps.Map is showing the user's current location. | |
| MapType | Xamarin.Forms.Maps.MapType. The Xamarin.Forms.Maps.MapType display style of this Xamarin.Forms.Maps.Map. | |
| [read-only] | Pins | IList<Xamarin.Forms.Maps.Pin>. An IList`1 of the Xamarin.Forms.Maps.Pins on this Xamarin.Forms.Maps.Map. |
| [read-only] | VisibleRegion | Xamarin.Forms.Maps.MapSpan. The currently visible Xamarin.Forms.Maps.MapSpan of this Xamarin.Forms.Maps.Map. |
GetEnumerator()An IEnumerator`1 of the Xamarin.Forms.Maps.Pins on this Xamarin.Forms.Maps.Map. | ||
MoveToRegion(Xamarin.Forms.Maps.MapSpan)Moves the map so that it displays the specified mapSpan. | ||
| IEnumerable.GetEnumerator | An IEnumerator of the Xamarin.Forms.Maps.Pins on this Xamarin.Forms.Maps.Map. |