Module: cercaliagl/ContextMenu


Classes

ContextMenu

Members

module:cercaliagl/ContextMenu.Option{Object.<string, string>}

module:cercaliagl/ContextMenu.OptionId{string}

module:cercaliagl/ContextMenu.SubmenuDistance{string}

module:cercaliagl/ContextMenu.SubmenuDistanceId{string}

module:cercaliagl/ContextMenu.SubmenuRouting{string}

module:cercaliagl/ContextMenu.SubmenuRoutingId{string}

Type Definitions

ContextMenuOptions{Object}

Properties:
Name Type Description
id string | undefined

Id option

map module:cercaliagl/Map~Map | undefined

Map

fixedPosition module:cercaliagl/LonLat~LonLat | undefined

Fixed position in map

ContextMenuSubmenu{Object}

Properties:
Name Type Description
id string | undefined

Id submenu

subMenu string | undefined

Sub menu

label string | undefined

Label

ContextMenuSubmenuOption{Object}

Properties:
Name Type Description
id string | undefined

Id

label string | undefined

Label

callback function | undefined

Click callback function.