![]() |
2010-04-14
, 09:48
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#12
|
![]() |
2010-04-14
, 10:36
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#13
|
Hmmm... Telmap is VERY accurate in its navigation, it has a very big database of points-of-interest, has a very quick and good path calculation algorithm (which of course takes into account traffic alerts), its very clear and simple but in the same time has screens which can give you a lot of relevant and accurate information.
Above all, the fact that the maps are not stored locally on the phone does in fact have an advantage - the map is ALWAYS up-to-date, as the company who maintain the map, only have to change small parts of it each time a change has to be made, and this change is then "delivered" to the user only when he specifically uses the area with the changes, so no need to make sure your map is always updated - as its always updated by default.
![]() |
2010-04-14
, 10:39
|
Posts: 51 |
Thanked: 29 times |
Joined on Jan 2010
@ Dubai
|
#14
|
![]() |
2010-04-14
, 10:48
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#15
|
I've asked this before but...does this help?
http://www.waze.com/wiki/index.php/Source_code
![]() |
2010-04-14
, 10:57
|
Posts: 51 |
Thanked: 29 times |
Joined on Jan 2010
@ Dubai
|
#16
|
Anyway the waze source is big. it would take someone unfamiliar with the project weeks to convert it, and thats only if he dedicates all day to it.
![]() |
2010-04-14
, 11:07
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#17
|
I think he was talking about telmap.
Anyway the waze source is big. it would take someone unfamiliar with the project weeks to convert it, and thats only if he dedicates all day to it.
![]() |
2010-04-14
, 11:59
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#18
|
No. The waze code is quite well factorized, and the system specific code is separated and not very large. In addition it is based on freemap and roadmap_editor, which did have a gtk2 version, so you can use that code, and only have a few new functions to implement.
![]() |
2010-04-16
, 09:54
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#19
|
No. The waze code is quite well factorized, and the system specific code is separated and not very large. In addition it is based on freemap and roadmap_editor, which did have a gtk2 version, so you can use that code, and only have a few new functions to implement.
![]() |
2010-04-16
, 11:03
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#20
|
Above all, the fact that the maps are not stored locally on the phone does in fact have an advantage - the map is ALWAYS up-to-date, as the company who maintain the map, only have to change small parts of it each time a change has to be made, and this change is then "delivered" to the user only when he specifically uses the area with the changes, so no need to make sure your map is always updated - as its always updated by default.