MapboxMapInternal class
- Implemented types
- Annotations
Constructors
- MapboxMapInternal(bool debugPrintable, MapWidget? mapView, MapboxMap? map, {MapInternalCallback? callback})
Properties
- bounds → Rect
-
map view bounds
no setteroverride
- callback ↔ MapInternalCallback?
-
map event callback
getter/setter pairoverride-getter
- debugPrintable ↔ bool
-
for tracking debug trace, staging environment will apply debug printable.
getter/setter pairoverride-getter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
location
→ Future<
Point< num> > -
current location
no setteroverride
- map ↔ MapboxMap?
-
mapbox map
getter/setter pairoverride-getter
- mapExists → bool
-
map exists or not
no setteroverride
- mapView ↔ MapWidget?
-
map view
getter/setter pairoverride-getter
- pme ↔ PMEManager?
-
event log for sdk logs
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ MapboxStyleInternal
-
mapbox style internal wrapper
getter/setter pairoverride-getter
-
zoom
→ Future<
double> -
current zoom level
no setteroverride
Methods
-
clearMapCache(
dynamic completion()) → dynamic -
clear map cache
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryRenderedFeatureAd(
Point< num> point, List<String> layerIDs, {dynamic completion(MapboxAd? mapboxAd)?}) → dynamic -
query rendered feature promotion asynchronously
override
-
queryRenderedFeatureProperties(
Rect frame, List< String> layerIDs, {dynamic completion(List? p1)?}) → dynamic -
query rendered feature properties asynchronously
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited