java 或者 android版本的JZLocationConverter,IOS版本请看https://github.com/JackZhouCn/JZLocationConverter
只在**大陆的范围的坐标有效,以外直接返回世界标准坐标
public static LatLng wgs84ToGcj02(LatLng location);
(此接口有1-2米左右的误差,需要精确定位情景慎用)
public static LatLng gcj02ToWgs84(LatLng location);
public static LatLng wgs84ToBd09(LatLng location);
public static LatLng gcj02ToBd09(LatLng location) ;
public static LatLng bd09ToGcj02(LatLng location);
此接口有1-2米左右的误差,需要精确定位情景慎用
public static LatLng bd09ToWgs84(LatLng location);