atlas 1.0.10
atlas: ^1.0.10 copied to clipboard
An extensible map abstraction for Flutter with support for multiple map providers
atlas #
1.0.10 - 2023-07-29 #
- Added new function
getLatLngBounds
- Added min and max zoom variables
- Added onPolylineTap
1.0.9 - 2023-01-16 #
- Add ability to supply
TrackPlayback
on atlas
1.0.8 - 2022-12-09 #
- Added ability to set political views
- Add support to dispose provider sdk
1.0.7 - 2022-07-09 #
- Added ability to supply an
Heading
onDeviceLocation
- Added ability to supply an
3Dassets
onDeviceLocation
- Added ability to supply an
isActive
onDeviceLocation
1.0.6 (2022-18-07) #
- Add support for
updateMapLogoBottomPadding
function
1.0.5 - 2022-03-12 #
- Add ability to supply
Cluster
on atlas
1.0.4 - 2022-03-05 #
- Added support for
getScreenShot
function
1.0.3 - 2022-03-03 #
- Added ability to supply an
Anchor
on aCallout
1.0.2 - 2022-01-24 #
- Fix: removed onTap from the marker == comparer (functions from different instances will never be the same)
1.0.1 - 2022-01-21 #
- Added
pulsingVisible
,pulsingTime
andpulsingInterval
boolean properties to the Circle object
1.0.0 - 2021-11-18 #
- Atlas now supports null safety
- BREAKING: opt into null safety
- upgrade Dart SDK constraints to
>=2.12.0 <3.0.0
- upgrade Dart SDK constraints to
0.17.5 - 2021-11-17 #
- README.md updated
0.17.4 - 2021-11-11 #
- Adjusted
hashCode
andoperator ==
for the map objects
0.17.3 - 2021-11-11 #
- Added support for Polyline and Callout
onTap
function
0.17.2 - 2021-10-13 #
- Added ability to supply an
Intervals
on aPolyline
0.17.1 - 2021-10-01 #
- Added hashcode and == operator override methods
Anchor
object
0.17.0 - 2021-09-01 #
- Added ability to supply a
StrokeWidth
on aCircle
0.16.0 - 2021-04-07 #
- Added ability to supply an
assetBytes
on aMarkerIcon
0.15.0 - 2021-03-19 #
- Added
getBounds
method toAtlasController
0.14.2 - 2021-02-10 #
- Added support for
Callout
on a Map - Added ability to supply a
height
on aMarkerIcon
0.14.1 - 2021-02-10 #
- Added
deviceLocation
,deviceLocationIconAsset
andcountry
to Atlas map
0.14.0 - 2021-01-14 #
- Refactor update bounds method
0.13.0 - 2021-01-08 #
- Added
MoveCameraAnimation
to moveCamera method.
0.12.3 - 2020-12-22 #
- Added
isDottedLine
to Polyline object
0.12.2 - 2020-11-12 #
onPan
callback added to Atlas Map
0.12.1 (2020-9-30) #
- Added
heading
to Marker object
0.12.0 (2020-9-04) #
onPoiTap
callback added to Atlas Map
0.11.0 (2020-9-01) #
- Added
getVisibleArea
function to Atlas Controller
0.10.0 (2020-8-19) #
- Added
mapLanguage
property to provide map languages support
0.9.0 (2020-7-22) #
- Updated
getCameraPosition
function to be Future
0.8.0 (2020-7-13) #
- Added
getCameraPosition
function to Atlas Controller
0.7.0 (2020-5-12) #
- Added
changeUserLocationIcon
function
0.6.1 (2020-5-9) #
- Added 'outlineWidth' to 'Polyline'
- Added 'outlineColor' to 'Polyline'
0.6.0 (2020-4-7) #
onCameraPositionChanged
callback added to Atlas MaponLocationChanged
callback added to Atlas MapAnnotation
class added to support annotations onMarker
objects- Added
updateBoundsWithPaddingToAllSides
for more granular padding options
0.5.3 (2020-4-3) #
- Added custom width support for
MarkerIcon
0.5.1 - 2020-02-27 #
- Added night as
MapType
enum
0.5.0 - 2020-02-13 #
- Added support for
MapType
- Added
showTraffic
boolean - Added
getScreenCoordinate
to translate fromLatLng
- Added
getLatLng
to translate fromScreenCoordinates
0.4.0 - 2020-01-22 #
- Added support for
Polyline
on a Map - Added support for
Polygon
on a Map - Added ability to supply an
Anchor
on aMarker
0.3.0 - 2019-11-15 #
- Added support for
Circle
on a Map
0.2.0 - 2019-10-16 #
onLongPress
callback added to Atlas Map
0.1.0 - 2019-10-08 #
- Add
zIndex
toMarker
- Remove dependency on
meta
- Add
==
andhashCode
overrides toMarkerIcon
0.0.8 (2019-8-22) #
- Refactor to include
AtlasController
0.0.7 (2019-8-7) #
- Optional Map Marker Icon
0.0.6 (2019-7-30) #
- Remove
CameraPosition
(replaced withLatLng
position)
0.0.5 (2019-6-19) #
showLocationButton
added to Atlas MapinitialCameraPosition
renamed tocameraPosition
0.0.4 (2019-5-22) #
showMyLocation
added to Atlas Map
0.0.3 (2019-5-20) #
onTap
callback added to Atlas Map
0.0.2 (2019-5-17) #
Map Marker Integration and Documentation Updates
- Marker Definition and Integration
- Added Documentation to Atlas APIs
- Renamed
CoordinatePair
toLatLng
0.0.1 (2019-5-16) #
- Initial Api Definition and Implementation
0.0.0 (2019-5-15) #
- Project was created