addOrReplaceLong method - DataAttributesAccessor class - mapview.datasource library - Dart API
addOrReplaceLong
addOrReplaceLong abstract method
- String name,
- int value
Adds or replaces a 64-bits integer attribute.
-
nameAttribute name. -
valueAttribute value.
Implementation
void addOrReplaceLong(String name, int value);