mapbox_gl_modified_platform_interface library

Classes

AndroidViewWithWrappedController
Annotation
ArgumentCallbacks<T>
Mutable collection of ArgumentCallback instances, itself an ArgumentCallback.
CameraPosition
The position of the map "camera", the view point from which the world is shown in the map view. Aggregates the camera's target geographical location, its zoom level, tilt angle, and bearing.
CameraTargetBounds
Bounds for the map camera target.
CameraUpdate
Defines a camera move, supporting absolute moves as well as moves relative the current position.
Circle
CircleOptions
Configuration options for Circle instances.
Fill
FillOptions
Configuration options for Fill instances.
GeojsonSourceProperties
ImageSourceProperties
LatLng
A pair of latitude and longitude coordinates, stored as degrees.
LatLngBounds
A latitude/longitude aligned rectangle.
LatLngQuad
A geographical area representing a non-aligned quadrilateral This class does not wrap values to the world bounds
Line
LineOptions
Configuration options for Line instances.
MapboxGlPlatform
MapboxStyles
MethodChannelMapboxGl
MinMaxZoomPreference
Preferred bounds for map camera zoom level.
RasterDemSourceProperties
RasterSourceProperties
SnapshotOptions
Set of options for taking map snapshot
SourceProperties
Symbol
SymbolOptions
Configuration options for Symbol instances.
TextureAndroidViewControllerWrapper
UserHeading
Type represents a geomagnetic value, measured in microteslas, relative to a device axis in three dimensional space.
UserLocation
User's observed location
VectorSourceProperties
VideoSourceProperties
WrappedPlatformViewsService
This file wrapps AndroidViewController classes in order to delay disposal process. It is an workaround for flutter 3, where resourses get disposed quicker than before, while Mapbox behaves badly and tries to access those resources after they had been disposed, resulting in a native crash.

Enums

AttributionButtonPosition
Attribution Button Position
CompassViewPosition
Compass View Position
MyLocationRenderMode
Render mode
MyLocationTrackingMode
The camera mode, which determines how the map camera will track the rendered location.

Functions

translateFillOptions(FillOptions options, LatLng delta) FillOptions

Typedefs

ArgumentCallback<T> = void Function(T argument)
Callback function taking a single argument.
OnPlatformViewCreatedCallback = void Function(int)