MapInternal class abstract

Implementers
Annotations

Constructors

MapInternal()

Properties

bounds Rect
map view bounds
no setter
callback MapInternalCallback?
map event callback
no setter
debugPrintable bool
for tracking debug trace, staging environment will apply debug printable.
no setter
hashCode int
The hash code for this object.
no setterinherited
location Future<Point<num>>
current location
no setter
map Object?
mapbox map
no setter
mapExists bool
map exists or not
no setter
mapView StatefulWidget?
map view
no setter
pme PMEManager?
event log for sdk logs
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style StyleInternal
mapbox style internal wrapper
no setter
zoom Future<double>
current zoom level
no setter

Methods

clearMapCache(dynamic completion()) → dynamic
clear map cache
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryRenderedFeatureAd(Point<num> point, List<String> layerIDs, {dynamic completion(MapboxAd?)?}) → dynamic
query rendered feature promotion asynchronously
queryRenderedFeatureProperties(Rect frame, List<String> layerIDs, {dynamic completion(List?)?}) → dynamic
query rendered feature properties asynchronously
toString() String
A string representation of this object.
inherited

Operators

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