BitmapDescriptor class

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

defaultMarkerWithHue(double hue) BitmapDescriptor
fromAsset(String assetName, {String? package}) BitmapDescriptor
fromAssetImage(ImageConfiguration configuration, String assetName, {AssetBundle? bundle, String? package, bool mipmaps = true}) Future<BitmapDescriptor>
fromBytes(Uint8List byteData) BitmapDescriptor

Constants

defaultMarker → const BitmapDescriptor
hueAzure → const double
hueBlue → const double
hueCyan → const double
hueGreen → const double
hueMagenta → const double
hueOrange → const double
hueRed → const double
hueRose → const double
hueViolet → const double
hueYellow → const double