Skip to content

maps

Callout

Bases: pydantic.BaseModel

Represents a callout.

Attributes:

Name Type Description
region_name str

the region name

super_region_name str

the super region name

location Location

the location

Location

Bases: pydantic.BaseModel

Represents a location.

Attributes:

Name Type Description
x float

the x

y float

the y

Map

Bases: traits.Identifiable

Represents a map.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

display_name str

the display name

coordinates str

the coordinates

display_icon str

the display icon

list_view_icon str

the list view icon

splash str

the splash

map_url str

the map url

x_multiplier float

the x multiplier

y_multiplier float

the y multiplier

x_scalar_to_add float

the x scalar to add

y_scalar_to_add float

the y scalar to add

callouts list[Callout

the callouts