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