SetUpMarker class

Constructors

SetUpMarker(Map<String, Object?> data, {int? id, String? textValue, required double latitude, required double longitude, int? viewId, int? statusData, String? urlImage, String? title, String? address, double? price, double? area, List<Map<String, Object>>? dsHinhAnh, int? tongBDS, Marker? ggMaker, Color? backGroundColor = Colors.white, double? fontSize = 20, String? iconUI = '', String? iconSelected = '', Color? textColor = Colors.red, FontWeight? fontWeight = FontWeight.bold, EdgeInsets? padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 8)})

Properties

address String?
final
area double?
final
backGroundColor Color?
final
data Map<String, Object?>
final
dsHinhAnh List<Map<String, Object>>?
final
fontSize double?
final
fontWeight FontWeight?
final
ggMaker ↔ Marker?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconSelected String?
final
iconUI String?
final
id int?
final
latitude double
final
longitude double
final
padding EdgeInsets?
final
price double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pair
statusData int?
final
textColor Color?
final
textValue String?
final
title String?
final
tongBDS int?
final
urlImage String?
final
viewId int?
final

Methods

getLatLng() → LatLng
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