ui.Map.Linker
A utility for creating linked maps.
Usage | Returns |
---|
ui.Map.Linker(maps, event) | ui.Map.Linker |
Argument | Type | Details |
---|
maps | List, optional | A list of maps to link. |
event | String, optional | The event to link across the maps. Defaults to
"change-bounds". Possible events comprise:
- change-bounds
- change-center
- change-zoom
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["The `ui.Map.Linker` utility enables the creation of linked maps, synchronizing their interactions."],["It accepts a list of maps and an optional event to link, defaulting to \"change-bounds\" which synchronizes panning and zooming."],["Other linkable events include \"change-center\" for center synchronization and \"change-zoom\" for zoom synchronization."]]],[]]