Active Topics

 



Notices


Reply
Thread Tools
mrebanza's Avatar
Posts: 290 | Thanked: 132 times | Joined on Jan 2010 @ New York City
#1
IS the Ovi Maps App Open Source?

Because if it is I would like to work on a quick and dirty little add on to integrate in with Google Maps Street View API.

It could be as easy as posting the latitude and longitude into a web based app.
 
Posts: 182 | Thanked: 540 times | Joined on Aug 2009 @ Finland
#2
Ovi Maps is Nokia proprietary application.
 
Posts: 486 | Thanked: 154 times | Joined on Sep 2009 @ New York City
#3
Originally Posted by abbra View Post
Ovi Maps is Nokia proprietary application.
Do you know of a way to launch the maps app from command line (xterm?) passing arguments to display a certain location or create a routing between two points?
I'd like to launch the maps app from another application.
 
mrebanza's Avatar
Posts: 290 | Thanked: 132 times | Joined on Jan 2010 @ New York City
#4
I am new to maemo and Linux development in general but i am reading up on latitude and longitude on Maemo powered N900 devices here

https://wiki.maemo.org/Documentation...g_Location_API
 
Posts: 119 | Thanked: 124 times | Joined on Jan 2010 @ Brazil
#5
Originally Posted by hypnotik View Post
Do you know of a way to launch the maps app from command line (xterm?) passing arguments to display a certain location or create a routing between two points?
I'd like to launch the maps app from another application.
I tried to look for Ovi Maps config files directly from X-Terminal and tried to pass arguments when starting Maps, but didn't find any help file.

If I remember right the command to start it through the command line is /usr/bin/nokia-maps

If you are interested the following command will search through directories and files for the pattern "*map*" and stops at each page using the command more. The symbol "|" (pipe) can be found on [Sym] key:

$ find / -name *map* -print 2> /dev/null | more
....
/usr/bin/nokia-maps
....
/usr/lib/nokiamaps-navigation-provider
....

If you would like to launch Ovi Maps do it as the normal user, not root, since the environment variables are not defined for root:

$ /usr/bin/nokia-maps
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:54.