/** * @description: * @author chenshiqiang E-mail:csqwyyx@163.com * @date 2014年5月16日 下午10:18:58 * @version 1.0 */ package com.csq.thesceneryalong.constant; import com.amap.api.maps.AMap; public class GlobelConstants { public static volatile int mapType = AMap.MAP_TYPE_NORMAL; }