BaiduMapsSearchAction class

Searches for places in Baidu Maps.

Inheritance
Implemented types

Constructors

BaiduMapsSearchAction({required String query, required BaiduMapsCoordType coordType, required bool fallbackToStore, String sourceApplication = _defaultSourceApplication, String? region, Coordinate? center, BaiduMapsBounds? bounds, int? radius, int? zoom})
Creates a new BaiduMapsSearchAction.

Properties

androidIntentOptions AndroidIntentOption
The Android Intent options for launching this action on Android devices.
no setteroverride
androidPackageName String
Android package name for Baidu Maps.
no setterinherited
An optional app link that can be used on non-Android platforms.
no setteroverride
bounds BaiduMapsBounds?
Optional search bounds.
final
center Coordinate?
Optional search center coordinate.
final
coordType BaiduMapsCoordType
Coordinate system for center and bounds.
final
customScheme String
Baidu Maps custom URL scheme.
no setterinherited
The fallback web URL to use when the primary action cannot be performed.
no setteroverride
fallbackToStore bool
Whether to redirect to stores when Baidu Maps is missing.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
macosBundleIdentifier String?
macOS is not supported.
no setterinherited
query String
Search query.
final
radius int?
Optional nearby-search radius in meters.
final
region String?
Optional city or region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceApplication String
Identifier of the application launching Baidu Maps.
finalinherited
storeActions List<StoreOpenAppPageAction>
Store actions for Baidu Maps.
no setterinherited
supportedPlatforms List<PlatformType>
Supported platforms.
no setterinherited
website Uri
Baidu Maps website.
no setterinherited
zoom int?
Optional zoom level.
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