withDouble method - DataAttributesBuilder class - mapview.datasource library - Dart API
withDouble
withDouble abstract method
- String name,
- double value
Configures the builder to add the given attribute.
-
nameAttribute name. -
valueAttribute value.
Returns DataAttributesBuilder. This data attributes builder instance.
Implementation
DataAttributesBuilder withDouble(String name, double value);