Skip to content

Releases: amay077/Xamarin.Forms.GoogleMaps

v1.7.0-beta1

22 Oct 10:42
Compare
Choose a tag to compare
v1.7.0-beta1 Pre-release
Pre-release

New Features

  • #78 Add Map.PinClicked event and can handling pin selection yourself.

Notice

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

v1.6.1

18 Oct 17:39
Compare
Choose a tag to compare

New Features

  • #82 Add MapType.None that displays empty map

Bug Fixes

  • #73 [Android]get_Map returns NULL POINTER EXCEPTION(Support Google Play-services ver.32)
  • [Android]Set null to Pin.Icon is does not work

v1.6.1-beta3

18 Oct 17:40
Compare
Choose a tag to compare
v1.6.1-beta3 Pre-release
Pre-release

New Features

  • #82 Add MapType.None that displays empty map

v1.6.1-beta1

18 Oct 17:41
Compare
Choose a tag to compare
v1.6.1-beta1 Pre-release
Pre-release

Bug Fixes

  • #73 [Android]get_Map returns NULL POINTER EXCEPTION(Support Google Play-services ver.32)
  • [Android]Set null to Pin.Icon is does not work

v1.6.0

18 Oct 17:41
Compare
Choose a tag to compare

New Features

  • PR#62 Generation of Pin Icon from Xamarin Views
  • #52 Support for Ground Overlays

Bug Fixes

  • #30 Map.Pins.Add doesn't work when page OnAppearing
  • #68 [Android]Duplicate Pin when Pins.Add in OnAppearing

v1.5.0

18 Oct 17:42
Compare
Choose a tag to compare

New Features

  • #10 Moving pin by tap and hold (Android / iOS only)
  • #45 Support Map.MapClicked and MapLongClicked event (Android / iOS only)

v1.4.0

18 Oct 17:42
Compare
Choose a tag to compare

New Features

  • #33 Add custom marker support (Android / iOS only)
  • #9 Add Pin and Shapes BindableProperty support (Android / iOS only)

Bug Fixes

  • #38 [iOS] Exception: Specified cast is not valid

v1.3.0

18 Oct 17:43
Compare
Choose a tag to compare

New Features

  • Add TileLayer support (Android / iOS only)

v1.2.0

18 Oct 17:43
Compare
Choose a tag to compare

New Features

  • Add Map.SelectedPinChanged event

Bug Fixes

  • #16 [Android]Map.SelectedPin does not clear when tap pin to hide info-window

v1.1.1

18 Oct 17:44
Compare
Choose a tag to compare

Bug Fixes

  • #12 [Android]Selecting pin from logic causes error
  • #14 Some combinations of set Map.SelectedPin, tap pin and Map.Pins.Remove(Clear) causes strange behavior