item property
      
      MyLocationMapObject
      get
      item
      
    
    
Получить маркер геопозиции.
Implementation
MyLocationMapObject get item {
  _CMyLocationMapObject res = _CMyLocationMapObjectSource_item(_CMyLocationMapObjectSourceMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}