normalizeLongitude

fun normalizeLongitude(longitude: Double): Double

If longitude is more than 180 or less than -180 it brings it to normal value.

Important: This is a Public Preview API. It may be changed or removed at any time.