View Single Post
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#5
Originally Posted by cb22 View Post
I'm not sure if this will work Pre Leaked PR1.2 Maps, but:
Code:
Nokia-N900:~$ dbus-send --dest=com.nokia.NokiaMaps --type=method_call /com/nokia/maps/MapPlugin com.nokia.Navigation.MapPlugin.ShowPlaceGeo double:<latitude> double:<longitude> uint32:5
Will do the trick, where latitude and longitude are in decimal degrees. Originally I thought the uint32:5 represents zoom level, but apparently not.
Thanks cb22, but Im finding that typing this into xterm launches Maps fine but it then tries to lock and display my current position rather than showing the coordinates I'm passing in. I'm typing it all in on "one line" (and replacing the <lat> and <long> with my floating point decimal degrees ofcourse). Im not using the leaked 1.2, I have 1.1. Is there maybe something else Im missing?