Maps
Content Type: Widget
Categories: User Interface
Overview
The versatile Maps widget lets you mark locations, based on address or on longitude and latitude, on Google Maps, OpenStreetMap, Mapbox, and HERE maps.
Releases
Version: 4.1.0
Framework Version: 9.6.0
Release Notes: ### Fixed
- We mitigated the issue with Maps widgets not rendering in some cases.
- We fixed an issue where GoogleMap and LeafletMap uses array index for the list item which causes issues when filtering large amounts of locations. Thanks to @jeroen-huizer-conclusion for the contribution.
- We fixed an issue where where browser console throw warning of unknown listener when the location has title in LeafletMap. Thanks to @jeroen-huizer-conclusion for the contribution.
Version: 4.0.0
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue where the marker wouldn’t appear at the specified location when the decimal points in the longitude and latitude values were given as commas.
### Changed
- We updated the google maps component, removing the deprecated marker and adding the advanced marker element recomended by google maps docs.
- We removed mapsStyles property used in google maps.
- We added mapId property that is required with the advanced marker element.
Version: 3.2.2
Framework Version: 9.6.0
Release Notes: ### Fixed
- We removed redundant code to improve widget load time in the browser.
Version: 3.2.1
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue where the marker was not at the center of the map after you zoom in to the marker. Now after you zoom in to a marker, the map will be centered around the marker.
Version: 3.2.0
Framework Version: 9.6.0
Release Notes: ### Changed
- We updated the light and dark icons and tiles for the widget.
Version: 3.1.3
Framework Version: 9.6.0
Release Notes: ### Changed
- We updated the dependencies
Version: 3.1.2
Framework Version: 9.6.0
Release Notes: ### Changed
- We changed the Google Maps structure and design previews
Version: 3.1.1
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed the styles of maps using Open Street Maps provider which cause the screen to be puzzled. (Ticket #140400)
Version: 3.1.0
Framework Version: 9.6.0
Release Notes: ### Added
- We added dark icons for Tile and List view.
### Changed
- We changed property captions for **static** and **dynamic** markers.
- We added additional description of how to use **API key**.
Version: 3.0.3
Framework Version: 9.6.0
Release Notes: ### Changed
- We changed map rendering method on **Design mode**. Now, instead of rendering actual map it will render regular svg for all type of maps.