function create(){
        var marker = new H.map.DomMarker(this.coords, {
            icon: this.getIcon()
        });