YandexNavigatorViewAction class

Shows a coordinate in Yandex Navigator.

Inheritance
Implemented types

Constructors

YandexNavigatorViewAction({required Coordinate coordinate, required bool fallbackToStore, required int zoom, required bool showBalloon, String? description, YandexNavigatorLaunchParams? launchParams})
Creates a Yandex Navigator view action.

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
coordinate Coordinate
Coordinate to display.
final
customScheme String
Custom scheme for Yandex Navigator.
no setterinherited
description String?
Optional point description.
final
The fallback web URL to use when the primary action cannot be performed.
no setteroverride
fallbackToStore bool
Whether to redirect to a store listing when the native app is missing.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
launchParams YandexNavigatorLaunchParams?
Optional Yandex launch identification parameters.
final
macosBundleIdentifier String?
macOS is not supported.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBalloon bool
Whether to show the point balloon.
final
storeActions List<StoreOpenAppPageAction>
Store actions for Yandex Navigator.
no setterinherited
supportedPlatforms List<PlatformType>
Supported mobile platforms.
no setterinherited
website Uri
Yandex Maps website used as the web fallback.
no setterinherited
zoom int
Map zoom.
final

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