dear sir
i want to make a walk navigattor in a campus using j2me.
could you send me its code, i need it as soon as possible
with best regard
dear sir
i want to make a walk navigattor in a campus using j2me.
could you send me its code, i need it as soon as possible
with best regard
The Ovi Maps navigation APIs are not available for 3rd party developers, so there is no Nokia API available for this functionality at this point of time.
dear sir
i need the application to use a jpg picture of the map of the university and to insert points on it(in the intersections and in front of the building,...) and use a routing algoritthm (example dijekstra algorithm) to draw the shortest path between a start point an the destination
with best regard
hello
can any one help me to implement my own application (help me to start)
regards
well I'm afraid it aint so simple...
The map can be a jpg as you are mentioning but you will need some kind of metadata describing that map, otherwise your algorithm will have no clue on where roads and/or buildings are...
there is no standard api for such a functionality (routing algorith) so I guess you should be making it completely on your own...
The bright side is that if you know how that algorithm work, and it uses landmarks or something like that then you can use a simple JPG (your map) and then use some metadata which "superimposes" those landmarks (for example x-y coordinates, after all it's just a picture) on the picture...
To show the picture itself you should have a look at the Canvas class...