public Poi() { AttributeCollection = new PoIAttributes(); Init(); }
public Poi(PoIAttributes attributes) { AttributeCollection = attributes; Init(); }