- #72
5b78093
Thanks @balloman! - Renamed theapiKey
property toandroidApiKey
to clarify its specific use for Android configurations in the Google Maps SDK.
-
#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
- Map Display
- #16
b67097d
Thanks @balloman! - Fix(for now) of markers that work but only allow markers that have a defined width and height
-
#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
- 0cff69d: Initial Release