AppleMapsViewAction class
Apple Maps view action.
- Inheritance
- Implemented types
Constructors
- AppleMapsViewAction({required Coordinate coordinate, required bool fallbackToStore, double? zoom})
- Creates a new AppleMapsViewAction.
Properties
- androidPackageName → String?
-
Android not supported.
no setterinherited
- appLink → Uri
-
The URL used to launch the app with a specific action.
no setteroverride
- coordinate → Coordinate
-
Map center coordinate.
final
- customScheme → String
-
Custom URL scheme for Apple Maps.
no setterinherited
- fallbackLink → Uri
-
The fallback web URL to use when the primary action cannot be performed.
no setteroverride
- fallbackToStore ↔ bool
-
Whether to redirect to store when app not installed.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- macosBundleIdentifier → String?
-
macOS bundle identifier for Apple Maps.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
storeActions
→ List<
StoreOpenAppPageAction> -
App store actions to open Apple Maps page (iOS only).
no setterinherited
-
supportedPlatforms
→ List<
PlatformType> -
Supported platforms list (iOS and macOS).
no setterinherited
- website → Uri
-
Apple Maps website for fallback.
no setterinherited
- zoom → double?
-
Optional 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