﻿function MapItem(icon, postcode, woonplaats, land, info) {
    this.icon = icon;
    this.postcode = postcode;
    this.woonplaats = woonplaats;
    this.land = land;
    this.info = info;
}

