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