php - How to determine if Latitude is North or South, or Longitude West or East from decimal coordinate? -


lets have position : 32.709237, 51.627789 need know if latitude w or e , longitude n or s .

latitude positive in north , negative in south.
similarly, longitude positive in east , negative in west.

if(value<0) //value negative 

Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -