4.0.0
3.8.3
3.8.2
3.8.1
3.7.3
3.7.1
3.7.0
PlaceDetails
3.6.3
Deprecating the following methods, class and attributes:
MapwizeMap
: the Add markers methods.MapwizeMap
: the Add promoted place methods.Adding a Marker
to the map is now done using MapwizeMap#addMarker
methods:
Marker
can be created using the factory methods Marker#createMarker
.MarkerOptions
now allows more customization to the Marker
.Adding new select place methods (MapwizeMap#selectPlace
):
Adding Some customization to the DirectionOptions
:
DirectionOptions#startMarkerOptions
to customize the starting Marker
of a Direction
/Navigation
.DirectionOptions#endMarkerOptions
to customize the last Marker
of a Direction
/Navigation
.DirectionOptions#backgroundLineOptions
, DirectionOptions#foregroundLineOptions
and DirectionOptions#progressLineOptions
to allow more customization of the Direction
drawing process.Adding MarkerOptions
to help customize the drawing of the Marker
(eg. iconName
, title
and lineDashPattern
)
Adding LineOptions
to help customize the drawing of the lines of the Direction
(eg. lineWidth
, lineColor
and lineDashPattern
)
fr
, de
and nl
LocalessetDirection
has been changed to accept a mode instead of the isAccessible
option.