MarkerIcon class

Constructors

MarkerIcon()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

circleCanvasWithText({required Size size, required String text, double fontSize = 15.0, Color circleColor = Colors.red, Color fontColor = Colors.black, FontWeight fontWeight = FontWeight.w500}) Future<BitmapDescriptor>
downloadResizePicture({required String url, int imageSize = 50}) Future<BitmapDescriptor>
downloadResizePictureCircle(String imageUrl, {int size = 150, bool addBorder = false, Color borderColor = Colors.white, double borderSize = 10}) Future<BitmapDescriptor>
markerFromIcon(IconData icon, Color color, double size) Future<BitmapDescriptor>
pictureAsset({required String assetPath, required double width, required double height}) Future<BitmapDescriptor>
pictureAssetWithCenterText({required String assetPath, required String text, required Size size, double fontSize = 15, Color fontColor = Colors.black, FontWeight fontWeight = FontWeight.w500}) Future<BitmapDescriptor>
svgAsset({required String assetName, required BuildContext context, required double size}) Future<BitmapDescriptor>
widgetToIcon(GlobalKey<State<StatefulWidget>> globalKey) Future<BitmapDescriptor>