public MapLocation(Individual ind, Fact fact, FactLocation loc, FactDate year) { this.Individual = ind; this.Fact = fact; this.Location = loc; this.year = year; this.Icon = FactLocationImage.ErrorIcon(loc.GeocodeStatus).Icon; this.Geometry = new NetTopologySuite.Geometries.Point(Location.LongitudeM, Location.LatitudeM); this.FoundLocation = loc.FoundLocation; }
public void UpdateIcon() { this.Icon = FactLocationImage.ErrorIcon(Location.GeocodeStatus).Icon; }