Convert WGS-84 to GCJ-02 (WGStoGCJ)
masterConvert standard Earth coordinates (WGS-84) to the GCJ-02 coordinate system (often called 'Mars Coordinates'), which is used by services like Google Maps and Autonavi Map in China.
Note: Baidu Maps uses an additional offset based on GCJ-02, so this conversion alone may not be sufficient for Baidu.
// Go/Golang
func WGStoGCJ(wgsLat, wgsLng float64) (gcjLat, gcjLng float64)