Skip to content

Releases: balloman/expo-google-maps

v0.7.0

16 Mar 05:45
b2bb316
Compare
Choose a tag to compare

Minor Changes

  • #72 5b78093 Thanks @balloman! - Renamed the apiKey property to androidApiKey to clarify its specific use for Android configurations in the Google Maps SDK.

v0.6.1

08 Feb 06:52
20f86b6
Compare
Choose a tag to compare

Patch Changes

v0.6.0

08 Feb 04:55
46dd4d9
Compare
Choose a tag to compare

Minor Changes

v0.5.1

15 Dec 01:20
a03d7ed
Compare
Choose a tag to compare

Patch Changes

v0.5.0

14 Dec 07:33
3764a55
Compare
Choose a tag to compare

Minor Changes

  • #36 7afa151 Thanks @balloman! - Added android support!

    Android should have all the support iOS has which includes

    • Map Display
      • Android has a different method of supplying the api key, so now it will need to be provided with an expo plugin
    • Markers
      • Support for custom views is here as well, but it might be a little buggy on the android side, so let me know if you encounter any issues
    • Polygons

v0.4.1

07 Nov 01:07
3d408f6
Compare
Choose a tag to compare

Patch Changes

  • #20 5a17b05 Thanks @balloman! - Fixed markers not displaying correctly if the size wasn't set

v0.4.0

06 Nov 23:24
4b8ea97
Compare
Choose a tag to compare

Minor Changes

v0.3.0

06 Nov 22:35
3a4c0f2
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #16 b67097d Thanks @balloman! - Fix(for now) of markers that work but only allow markers that have a defined width and height

v0.2.0

04 Nov 19:08
be60c68
Compare
Choose a tag to compare

Minor Changes

  • #13 a5b676e Thanks @balloman! - Added the ability to show the user's location on the map

  • #9 67c77a3 Thanks @balloman! - Added the ability to get a callback whenever the map is idle

    • Added an event called onMapIdle that returns the camera position whenever the map is idle
  • #12 e7e55c2 Thanks @balloman! - Added an event callback for while the map is being moved

v0.1.1

04 Nov 06:50
0cb827d
Compare
Choose a tag to compare

Patch Changes

  • 8f98b96 Thanks @balloman! - Fix changesets config and swapped to using github changelog generator