- Added support for marker z-index (PR #126)
- Added Leaflet map type which supports Google, Baidu and Gaode map (PR #123)
- Fix enabling location and show location button (PR #117)
- Adds an interface to get a bitmap snapshot of an AirMapView (PR #86)
- Web map bug fixes (PR #76)
- Use
AirMapMarker
in marker click listeners and info window creator. (PR #67) - Added some
toBuilder()
toAirMapMarker
andbitmapDescriptor(BitmapDescriptor)
toAirMapMarker.Builder
(PR #84)
- Added support for drawing GeoJson layers (PR #80)
- Disable file access on Webview and prevent content success (PR #72)
- Added support for drawing polygons (PR #64)
- Fixed runtime permission for Android M (PR #65)
- Fixed drawing markers for China map type (PR #68)
- Android M support
- Mapbox support (PR #49)
- Fix google map info window size (PR #53)
- Updates project dependencies (compile sdk version, build tools, appcompat and play services) to latest
- Adds snippet field to AirMapMarker (PR #39)
- Add geolocation support for tracking user location (PR #45)
- Add the ability to enable/disable the map toolbar (#37)
- Updates appcompat GMS dependencies. Removes ic_launcher icon from library code (#38)
- Fix getScreenLocation for web maps
- Remove Amazon AAR temporarily until we make it an optional dependency
- Adds the ability to retrieve the screen location from a Lat/Lng
- You can now set a Bitmap icon in the
setIcon()
, currently only supported by Native Google Maps.
- Initial open source release