Skip to content

Responsive behavior

Ramil Valitov edited this page Mar 29, 2016 · 1 revision

Overview

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.).

Full control of map's zoom levels

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).

Automatic redraw on resize

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.

Automatic redraw on orientation change

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.