Skip to content

Releases: amay077/Xamarin.Forms.GoogleMaps

v1.8.0-beta2

21 Jan 08:12
Compare
Choose a tag to compare
v1.8.0-beta2 Pre-release
Pre-release

New Features

  • #176 Add Map.MyLocationButtonClicked event

v1.8.0-beta1

19 Jan 12:04
Compare
Choose a tag to compare
v1.8.0-beta1 Pre-release
Pre-release

New Features

  • #173 Add Pin.IsVisible property

v1.7.1

15 Jan 12:12
Compare
Choose a tag to compare

New Features

  • #153 Supports XAML Previewer for Visual Stuidio/Xamarin Studio
  • PR#137 Change default bindingmode on SelectedPin to TwoWay
  • PR#166 [UWP]Supports InfoWindow
  • PR#136 [UWP]Supports TileLayers
  • #134 Add InfoWindowClicked event
  • PR#127 [UWP]Supports EnableTraffic

Bug Fixes

  • #148 java.Lang.IllegalArgumentException: hue outside range
  • #160 Center of MapRegion on iOS seems not right

v1.7.1-beta4

13 Jan 11:54
Compare
Choose a tag to compare
v1.7.1-beta4 Pre-release
Pre-release

New Features

  • #153 Supports XAML Previewer for Visual Stuidio/Xamarin Studio

v1.7.1-beta3

03 Jan 11:52
Compare
Choose a tag to compare
v1.7.1-beta3 Pre-release
Pre-release

New Features

  • PR#137 Change default bindingmode on SelectedPin to TwoWay
  • PR#166 [UWP]Supports InfoWindow
  • PR#136 [UWP]Supports TileLayers

Bug Fixes

  • #148 java.Lang.IllegalArgumentException: hue outside range
  • #160 Center of MapRegion on iOS seems not right

v1.7.1-beta2

03 Jan 11:51
Compare
Choose a tag to compare
v1.7.1-beta2 Pre-release
Pre-release

New Features

  • #134 Add InfoWindowClicked event
  • PR#127 [UWP]Supports EnableTraffic

v1.7.0

15 Nov 18:02
Compare
Choose a tag to compare

New Features

  • #78 Add Map.PinClicked event and can handling pin selection yourself.
  • #80 Disable MapToolbar in Android
  • PR#98 Add some convenient methods to Bounds and MapSpan
  • #103 Add traffic layer support
  • #95 pin rotation support

Bug Fixes

  • #89 Fix No constructor found for Xamarin.Forms.GoogleMaps.Android.MapRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership)

Notice

  • Pin.Clicked event is now obsolete. Please use Map.PinClicked instead of this.

v1.7.0-beta4

11 Nov 17:47
Compare
Choose a tag to compare
v1.7.0-beta4 Pre-release
Pre-release

New Features

  • #95 Add pin rotation support

v1.7.0-beta3

07 Nov 17:10
Compare
Choose a tag to compare
v1.7.0-beta3 Pre-release
Pre-release

New Features

  • PR#98 Add some convenient methods to Bounds and MapSpan
  • #103 Add traffic layer support

Bug Fixes

  • #89 Fix No constructor found for Xamarin.Forms.GoogleMaps.Android.MapRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership)

v1.7.0-beta2

15 Jan 12:20
Compare
Choose a tag to compare
v1.7.0-beta2 Pre-release
Pre-release

New Features

  • #80 Disable MapToolbar in Android