ILoadedEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for the loaded event in maps.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

isResized boolean

Defines whether the maps is resized or not.

maps Maps

Defines the current maps instance.

maxLatitude number

Gets the maximum latitude value from the visible map area.

maxLongitude number

Gets the maximum longitude value from the visible map area.

minLatitude number

Gets the minimum latitude value from the visible map area.

minLongitude number

Gets the minimum longitude value from the visible map area.

name string

Defines the name of the event.