I have two geo points (-27, 152) and (9, -83) and an intermediate point is (?, 180). I want to calculate Latitude of the intermediate point.
Conditions: 1) On Google Map all three points are on straight line.
So please suggest a formula to calculate it.
//For iOS developers In actual I am trying to draw polyline on Apple Map in iOS. The polyline does not work when path is crossing 180 meridian.