Skip to content

Maps


Callout

Type Parameter Nullable
string RegionName false
string SuperRegionName false
Location Location false

MapDatum

Type Parameter Nullable
string Uuid false
string DisplayName false
object NarrativeDescription false
string TacticalDescription false
string Coordinates false
string DisplayIcon false
string ListViewIcon false
string ListViewIconTall false
string Splash false
string StylizedBackgroundImage false
string PremierBackgroundImage false
string AssetPath false
string MapUrl false
double? XMultiplier true
double? YMultiplier true
double? XScalarToAdd true
double? YScalarToAdd true
IReadOnlyList<Callout> Callouts false

Location

Type Parameter Nullable
double? X true
double? Y true

MapsData

Type Parameter Nullable
int? Status true
IReadOnlyList<MapDatum> Data false

MapData

Type Parameter Nullable
int? Status true
MapDatum Data false