- Updated SDK constraints
- Fixed analysis issues
- BREAKING CHANGE To draw a circle path use
Path.circle
instead ofPath
constructor.- Added optional
detail
parameter.
- Added optional
- Added encoded polylines support.
- Added
Path.encodedPolyline
constructor. - Added
encoded
property to thePath
andPath.circle
constructors. - Added
PolylineEncoder
encoder.
- Added
- Removed redundant white spaces from the genrated urls.
- Added support for arithmetic operators to the
Location
class. - Added
GeocodedLocation
with the constructorsaddress
andlatLng
, which allows the user to define parameters such ascenter
andvisible
not only by the lng lat values, but also by addresses. - Allow using addresses in paths and markers.
- Updated example app.
- Added support for path circles.
- Added additional check for max url size.
- Documentation changes.
- Added support for null stafety.
Path
andMarker
will now throw errors whentoUrlString
is called and minimum required elements are not provided.
- Added
mapId
argument (support for cloud-based map styling).
- Added package license.
- Added support for paths (
Path
class).
- Added support for map styling.
- Added support for custom markers
- Added
Marker.custom
constructor that allows using custom marker icons.
- Added
- Improved readme file.
- Provide screen with example.
- Added example application.
- Initial release.