Libraries
»
libgeo
(0.1.0)
»
Index (F)
»
Libgeo
»
Format
Module: Libgeo::Format
Defined in:
lib/libgeo.rb
Constant Summary
collapse
DMS =
Formatter
.
new
(
'
%2d°%2m′%S″%H
'
)
NMEA_LAT =
Formatter
.
new
(
'
%2d%2M,%H
'
)
NMEA_LON =
Formatter
.
new
(
'
%3d%2M,%H
'
)