package com.jiuqi.mobile.lbs.intf.oth; public enum GisCoordinateType { WGS_84, GCJ_02, BaiDu; // WGS-84坐标系(GPS) // GCJ-02坐标系(谷歌、soso、搜狗) }