DestinyLocationReleaseDefinition class

A specific "spot" referred to by a location. Only one of these can be active at a time for a given Location.

Annotations
  • @JsonSerializable()

Properties

activityBubbleName int?
The Activity Bubble within the Destination. Look this up in the DestinyDestinationDefinition's bubbles and bubbleSettings properties.
getter/setter pair
activityGraphHash int?
The Activity Graph being pointed to by this location.
getter/setter pair
activityGraphNodeHash int?
The Activity Graph Node being pointed to by this location. (Remember that Activity Graph Node hashes are only unique within an Activity Graph: so use the combination to find the node being spoken of)
getter/setter pair
activityHash int?
The Activity being pointed to by this location.
getter/setter pair
activityPathBundle int?
If we had map information, this would tell us something cool about the path this location wants you to take. I wish we had map information.
getter/setter pair
activityPathDestination int?
If we had map information, this would tell us about path information related to destination on the map. Sad. Maybe you can do something cool with it. Go to town man.
getter/setter pair
destinationHash int?
The Destination being pointed to by this location.
getter/setter pair
displayProperties DestinyDisplayPropertiesDefinition?
Sadly, these don't appear to be populated anymore (ever?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
largeTransparentIcon String?
getter/setter pair
mapIcon String?
getter/setter pair
The type of Nav Point that this represents. See the enumeration for more info.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallTransparentIcon String?
getter/setter pair
spawnPoint int?
If we had map information, this spawnPoint would be interesting. But sadly, we don't have that info.
getter/setter pair
worldPosition List<int>?
Looks like it should be the position on the map, but sadly it does not look populated... yet?
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<DestinyLocationReleaseDefinition>