NeshanDirectionsWithCoordsAction class

Neshan coordinate directions action.

Inheritance
Implemented types

Constructors

NeshanDirectionsWithCoordsAction({required Coordinate destination, required Coordinate? origin, required bool fallbackToStore})
Creates a new NeshanDirectionsWithCoordsAction.

Properties

androidIntentOptions AndroidIntentOption
The Android Intent options for launching this action on Android devices.
no setteroverride
androidPackageName String
Android package name.
no setterinherited
An optional app link that can be used on non-Android platforms.
no setteroverride
customScheme String
Custom scheme for install detection and iOS deeplinks.
no setterinherited
destination Coordinate
Destination coordinate.
final
The fallback web URL to use when the primary action cannot be performed.
no setteroverride
fallbackToStore bool
Whether to fallback to stores if the app is missing.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
macosBundleIdentifier String?
macOS is not supported.
no setterinherited
origin Coordinate?
Optional origin coordinate. Omit to start from current location.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeActions List<StoreOpenAppPageAction>
Store actions for Neshan.
no setterinherited
supportedPlatforms List<PlatformType>
Supported platforms (iOS and Android).
no setterinherited
website Uri
Neshan web map fallback.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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