Package com.lbslocal.api.objects.external

Examples of com.lbslocal.api.objects.external.MapOptions


  private void givenADefaultMapOptions() {
    MapSize mapSize = new MapSize();
    mapSize.setWidth(500);
    mapSize.setHeight(500);
    this.options = new MapOptions();
    this.options.setScaleBar(true);
    this.options.setMapSize(mapSize);
  }
View Full Code Here

TOP

Related Classes of com.lbslocal.api.objects.external.MapOptions

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.