Implemented GeoCoordinate class and unit tests
authorSami Rämö <sami.ramo@ixonos.com>
Tue, 13 Jul 2010 14:06:55 +0000 (17:06 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Tue, 13 Jul 2010 14:06:55 +0000 (17:06 +0300)
commit2015b37f3b366dacf1bbef498e03fa9a72229b1e
tree535984852ce9e94cd67e01be7eaaa19454f8b155
parent62d3d5b4933658b2143625118f9b053dde4fec74
Implemented GeoCoordinate class and unit tests
src/coordinates/geocoordinate.cpp [new file with mode: 0644]
src/coordinates/geocoordinate.h [new file with mode: 0644]
tests/coordinates/geocoordinate/geocoordinate.pro [new file with mode: 0644]
tests/coordinates/geocoordinate/testgeocoordinate.cpp [new file with mode: 0644]