public MapOptions() { this.fontSizeField = MapFontSize.Smaller; this.isOverviewMapField = false; this.returnTypeField = MapReturnType.ReturnImage; this.zoomField = 1; this.preventIconCollisionsField = false; }
public LineDriveMapOptions() { this.returnTypeField = MapReturnType.ReturnImage; this.fontSizeField = MapFontSize.Smaller; }