-
Notifications
You must be signed in to change notification settings - Fork 3
Responsive behavior
The MapEx widget supports responsive behavior - an approach when the widget is rendered and looks the best way on various devices (smartphones, table PCs, notebooks, large screen monitors, etc.).
You can independently set appropriate zoom levels for different screen sizes and screen orientation. It allows you to make the map look properly on all ranges of device screens. Otherwise, if you don't set different zoom levels, then the map may look good on large screen, but will look too large on smaller screens (if you have several map points, then some of them may even not fit the screen).
If the size of the browser's window is changed, then the widget is being redrawn automatically and sets the appropriate zoom level and pans to the map's center point.
If the user changes the orientation (portrait or landscape) of the screen (device), then the widget is being redrawn automatically and sets the appropriate zoom level and pans to the map's center point.