예제 #1
0
파일: Reference.cs 프로젝트: ericzhc/pdale
 public MapOptions() {
     this.fontSizeField = MapFontSize.Smaller;
     this.isOverviewMapField = false;
     this.returnTypeField = MapReturnType.ReturnImage;
     this.zoomField = 1;
     this.preventIconCollisionsField = false;
 }
예제 #2
0
파일: Reference.cs 프로젝트: ericzhc/pdale
 public LineDriveMapOptions() {
     this.returnTypeField = MapReturnType.ReturnImage;
     this.fontSizeField = MapFontSize.Smaller;
 }