Package com.modestmaps

Examples of com.modestmaps.TestInteractiveMap


    buttonContainer = new MTComponent(p);
    buttonContainer.attachCamera(defaultCenterCam);
   
    //Create map
    AbstractMapProvider mapProvider = new Microsoft.HybridProvider();
    map = new TestInteractiveMap(mtApplication, mapProvider);
    map.setName("map");
    map.MAX_IMAGES_TO_KEEP = 256;
    map.sc = 4//Initial map scale
    //Map gestures
    map.registerInputProcessor(new DragProcessor(mtApplication));
View Full Code Here

TOP

Related Classes of com.modestmaps.TestInteractiveMap

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.