Results 1 to 7 of 7

Thread: Destinator (Plus!)

  1. #1
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458

    Destinator (Plus!)

    This is still experimental but I was playing with making key data more visible, for now just the heading (Compass), Speed and directions table. This is very much a prototype but if anyone wants to give it a whirl I'll try and get it hosted on ftp tomorrow. Only real odd thing is the Destinator menu keeps repainting.

    You have to have Destinator installed for this to work, it is an SDK app, not Destinator itself.

    Any thoughts, comments, constructive criticism welcome. I plan to add ETA next.

    Chris.
    Attached Images Attached Images  

  2. #2
    Banned NightHunter's Avatar
    Join Date
    Dec 2003
    Location
    Milwaukee, WI
    Posts
    417
    I like that, only problem is I dont use destinator...

  3. #3
    Raw Wave Confused's Avatar
    Join Date
    Aug 2003
    Location
    Essex, England
    Posts
    2,224
    VERY NICE!!

    I presume that the speed will detect whether it is set to miles kilometers? If not...let me know and i'll send you some code

    How about some code to make it skinnable?


    Garry
    Co-Developer of A.I.M.E.E
    www.aimee.cc

  4. #4
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Quote Originally Posted by Confused
    VERY NICE!!

    I presume that the speed will detect whether it is set to miles kilometers? If not...let me know and i'll send you some code

    How about some code to make it skinnable?


    Garry
    Well this is a prototype... encapsulating the Destinator app was kind of funky and it seems to have some menu painting issues still. In an ideal world I wanted to write an app that didn't host Destinator but connected to a running copy, the SDK didn't seem keen on allowing that though.

    This will be an evolution, at the moment MPH is hard-coded as it was a proof of concept, I'll pull the chosen units and recalculate as appropriate - eventually.

    I want to add the ETA and clean up the code that refreshes the maneuver list too, for now I just focussed on making sure I could get the data I wanted.

    Lots to do... as for it being skinable I'll have to think on that, nice idea, never done it before.. so hopefully maybe all being well... one day!

    Chris.

  5. #5
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458

    Destinator SDK Developers?

    Ugghh.... calling any SDK developers...

    GetRouteInfo seems to always return the entire route, the time value is not an ETA but the time for the whole route. Similarly GetManeuverInfo lists the Maneuvers for the whole route but is not updated as you proceed through the route.

    It appears you can only tell where you are with the cars current LAT/LON, not much use for reconciling against the directions.

    Anyone know how to find out how fat along the route you are? Or, if not, how to recalculate the route from the current position... I suppose I could select the last destination in History and regenerate, it's a lot of hassle though...

    Chris.

  6. #6
    Variable Bitrate
    Join Date
    May 2001
    Location
    Atlanta
    Posts
    305
    Hey Chris,

    Cool idea.. I was wondering if it would be possible to launch multiple instances of Destinator from the SDK and window one in 3D and the other in overhead.. You would prob need an app like Comfoolery or something and it may take alot of CPU on slower machines, but it'd be neat to have a small picture-in-picture view in 3D..

    Jason

  7. #7
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Quote Originally Posted by infrared
    Hey Chris,

    Cool idea.. I was wondering if it would be possible to launch multiple instances of Destinator from the SDK and window one in 3D and the other in overhead.. You would prob need an app like Comfoolery or something and it may take alot of CPU on slower machines, but it'd be neat to have a small picture-in-picture view in 3D..

    Jason
    It would appear that you can only have one instance. Destinator is very frustrating, mainly because it does not update the maneuvers so you can see the route but not where you are in that route. The only alternative I have found is to keep recalculating very often which is a bit too intensive.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •