Improved GeoCoordinate::isValid() check
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 19 Jul 2010 11:45:27 +0000 (14:45 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 19 Jul 2010 11:45:27 +0000 (14:45 +0300)
commitcc2fec591b40ec6feea208c4423314823a694f3b
tree1e66c4c24acef333f85399261ea3675410be5c4e
parentcdfeab0486ec78c559fe0fe5379b8566b2d39825
Improved GeoCoordinate::isValid() check

 - Latitude and longitude values must be set (meaning they are
   not zeroes set by default constructor) for the return value
   to be true
src/coordinates/geocoordinate.cpp
src/coordinates/geocoordinate.h
tests/coordinates/geocoordinate/testgeocoordinate.cpp