I have different locations to show on separate maps. Here are some examples of latitudes and longitudes I have:
"latitude" : "49 29.219N", "longitude" : "000 11.042E"
"latitude" : "49 27.264N","longitude" : "000 10.305E"
"latitude" : "49 28.456N", "longitude" : "000 09.977E"
As it seems that this format is unacceptable for Google Maps API, how can I change them to an acceptable format to mark on the map using Javascript or Ruby?