- Added moveCameraBounds (old moveCamera), moveCamera (with zooming ability) and zoomCamera
- Added center getter for center coordinates of the map
- Fixed issue when onTap/onLongPress was not specified
- Fixed bug when app crash, when there's no any marker on mobile map
- Changed onTap VoidCallback to onTap ValueChanged with marker ID as an argument
- Added onTap for polygon with polygon ID as an argument
- Added option for marker icon to be a path to an asset as well as to be a ByteString
- addMarker now is addMarkerRaw
- addMarker now accepts instance of a Marker object
- Added infoSnippet as an argument to addMarker method
- Fixed animateCamera issue and possible changeMapStyle issue
- Added rotate/scroll/tilt/zoom gestures to mobile map preferences
- Added map callbacks onTap, onLongPress
- Added onInfoWindowTap for addMarker method on web
- Added onInfoWindowTap for addMarker method (works only on Android/iOS)
- Added map iteractivity setup
- Added onTap VoidCallback for addMarker method
- Added gesture boolean to WebMapPreferences, that indicates whether to enable gestures or not
- Implemented setting up Map Style
- Fixed roadmap/normal Map Type
- Update docs
- Created wrapper for Mobile map and Web map
- Created common interface