Examples of UnfoldingMap


Examples of de.fhpotsdam.unfolding.UnfoldingMap

    // Set our location of the maps
    float lon = 52.5f;
    float lat = 13.4f;

    // Initialize two maps
    map1 = new UnfoldingMap(this, mapXposition, mapYposition, mapWidth, mapHeight);
    map1.zoomAndPanTo(new Location(lon, lat), 10);
    map2 = new UnfoldingMap(this, mapXposition, mapYposition, mapWidth, mapHeight, new Microsoft.AerialProvider());
    map2.zoomAndPanTo(new Location(lon, lat), 10);
    MapUtils.createDefaultEventDispatcher(this, map1, map2);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.