Skip to content

Latest commit

 

History

History
103 lines (54 loc) · 4.95 KB

CHANGELOG.md

File metadata and controls

103 lines (54 loc) · 4.95 KB

@balloman/expo-google-maps

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

0.7.0

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.

0.6.1

Patch Changes

0.6.0

Minor Changes

0.5.1

Patch Changes

0.5.0

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

0.4.1

Patch Changes

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

0.4.0

Minor Changes

0.3.0

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

0.2.0

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

0.1.1

Patch Changes

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

0.1.0

Minor Changes

  • 0cff69d: Initial Release