String json ="{"type": "Point", "coordinates": [12596598.47413116, 2579141.895743005]}"
GeoPoint geoPoint = new GeoPoint();
geoPoint.fromGeoJSON(json);
String latitude = geoPoint.getX();
String longitude = geoPoint.getY();
为什么转换出来的latitude 的值是 1.259659847413116E7,而不是12596598.47413116