hi i'm arif..
i make a searching location with nokia map API
I marked the location of the search results with MapMarkerStandard
how to get the coordinates of the search results?
thanks :)
Type: Posts; User: Arif_Mubashir; Keyword(s):
hi i'm arif..
i make a searching location with nokia map API
I marked the location of the search results with MapMarkerStandard
how to get the coordinates of the search results?
thanks :)
I have question about downloading Image Map, sir
How to set the zoom level Image Map view ? I want to set size downloading Image Map.
and
when routing , polyline color is only black or can be...
I set zoom level (17, 0, 0) in my aplication
I run my application, on a map written 25 m
what the meaning of 25 m in scale?
1 cm in map = 25 m at the real condition?
and when I zoom in, that...
hi, i'm arif..
I make application use nokia map
I display my current position with jsr 179.
but When I move, the marker (my position marker) is not move..
this my code:
mnUtm midlet;
ok thank you sir..
==============================================
I use JSR-179 to display my current position..
I have made that and run in my handphone..
When I move, the marker (my positon...
Thank sir, its working
I was able to navigate. but still I want to ask. during navigation. There are guidelines for the information to the destination point with Map Image. Could I just show the...
I create setCurrentManeuver() method in my mnRute class
private synchronized void setCurrentManeuver(RouteManeuver maneuver) {
if (currentMarker == null) {
currentMarker =...
Ok thanks sir, its working :) :)
====================================
I want to display the navigation for a route.
what nokia Map API support to navigate?
if so, how to display navigation...
what is the base class sir?
i extend MapCanvas :
public class mnRute extends MapCanvas implements CommandListener {
mnUtm midlet;
//Display display;
I make the routing using the Nokia Map API 0.5
but routing did not work.
This code that I created
public class mnRute implements CommandListener {
mnUtm midlet;
I use the Nokia Map API 0.5
But RouteFactory class was not found.
What is the Nokia Map 0.5 API does not support RoutingFactory class?
Thanks
I want to know what algorithm to use Nokia Map 0.5 API for routing?
Thanks
Thanks for your information. :)
that means, I can use my own algorithm to do the routing? such Dijstra or A * Search etc.?
that mean, I can't use the Map API 0.5?
What there is no way to change the routing algorithm?
I still hope there is still a way to change it. :(
thank you
@ mr.jasfox: thanks for you information, but i have question.
private static final String VERSION = "1.0";
what can only be used in version 1.0?
@ mr.symbianyucca: i'm sorry for my mistake put...
hi, i'm arif..
I'm making a map in the mobile application. I use Nokia Maps API. but, there are some questions about the Nokia Maps API.
1. How to display Scale Bar and Compass directions in...
thank you for your information
I've read but I do not find how to display the map scale.
whether Nokia Maps Api support to be able to display the scale of the map?
I create my application using...
Hai, i'm arif..
I'm making a map using the nokia maps application. I have some questions.
1. Can I display the scale of the map, the legend of the map (the compass)?
2. Can I search for a route...