I'm using google map api V3 to set map and to do such mapping related functions. Now I want to know about hemisphere of current location that on which side it is from particular location and need to set marker image accordingly.
I searched about particular function or trick to get hemisphere using google map api but I couldn't get it. Can anyone tell me how can I achieve this?
if latitude is < 0 then coordinate is located on the southern hemisphere, otherwise on the North hemisphere.