createObject method

GeometryMapObject createObject()

Конструирование объекта карты.

  • Note: у объекта обязательно должна быть установлена геометрия
  • Note: после вызова этой функции GeometryMapObjectBuilder непригоден для задания параметров объекта карты или для его создания

Implementation

GeometryMapObject createObject()  {
  _CGeometryMapObject res = _CGeometryMapObjectBuilder_createObject(_CGeometryMapObjectBuilderMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}