objectAttributes property
Attributes
get
objectAttributes
Получение свойств объекта карты для чтения и изменения.
Implementation
Attributes get objectAttributes {
_CAttributes res = _CMyLocationMapObject_objectAttributes(_CMyLocationMapObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}