Add points to an exisiting route -> route invisble. Short move from user...
Hello I want to track the user's location on a map. So I use var route = { name:"your route", points:points, color:"blue", width:4 }; mapView.addRoute(route);On every location change I just want to add...
View ArticleMapView addRoute: How to display a route like in the google app
Hi, when i add a route with map.addRoute(...), how can i change the appearance of the line which represents the route? The map shows me a straight line from start to end point. How can i display the...
View ArticleHow to download the latest 1.5.0 beta build?
When I go to the github, I cannot figure out where to download the latest 1.5 beta build of the mobile sdk. Anyone that could be helpful and send me a link.. secondly, anyone have any idea if mapview...
View Articleaddroute - route only in one color?
is it possible to assign a different color for each point in a route in the addroute() function? I.e. for displaying the altitude in a route? Werner
View ArticleAndroid has no mapview addRoute support?
Hi.. I can tell both from the documentation and kitchensink that addRoute is not supported by Android. How come, and would it be available in 1.5.0? I really need it. secondly, I know how to program it...
View ArticlePoint generator for Google map routes to use with MapView
I wanted to use addRoute in MapView to highlight several routes and needed an easy way to generate the points. So I hacked together a utility using the Google Map API to click-create a route and...
View ArticleAddRoute property Mapview not works in Android
Hi i knew that addroute is in only for iphone, but i want to implement this in android if anyone have optional solution just like workaround , it would be grateful...thanks.
View ArticleaddRoute crashes
Hi, my little project: var route = [[53.550048, 9.969138], [53.55001, 9.967571]]; // there are 200 points …… var len = route.length; for (var i =0; i<len; i++) {...
View ArticleaddRoute on iOS - linear path
I used the google maps api to pull the start and end location (longitude and latitude) for each step in a set of directions between two points. When I construct the array of points, and put it in as...
View ArticleRingtone or alert message wenn I'm close to a annotation "POI" point.
Hello can anyone help me with some code examples. I have a mapView with a couple of annotation "POI" point's and addRoute. What I want is that wenn I'm close to a annotation "POI" point, that my iPhone...
View ArticleProblem adding map route
Hi, i'm doing and application that gets the current position then checks which of the two points is closer to the current position and then gets info.Everything works perfect until i have to draw the...
View ArticleMobile SDK 1.7.2 Android addRoute problem
Hi, guys, I'm new to Titanium, but found it very exiting and created a test product something like "Find My Car" app for blondes =) On iPhone simulator it works ok when it is time to draw a route to...
View Articlemap addRoute for android?
according to this ticket addRoute for android is fixed? also there are a few other entries that suggest that there are fixes in the community, like the one by David Ashwood -...
View ArticleaddRoute on android and sdk 2.1
Hi there! with the announcement of sdk 2.1, the titanium team announced that there is a "addRoute" method for android as well. But when I switch to 2.1 in my tiapp.xml and try to add a route, I still...
View ArticleFind POI along route
Hello, I'm using the addroute function in an android device (SDK 2.1) and I need to find POI near this route. Do you have any idea how can we find this point (i'm using an sqlite database).
View ArticleMap.View addRoute not working
Hi, I'm using a module called de.codewire.google.directions. basically it transforms an address into an abstract object to be used by addRoute() method for the Map view. I tried the demo, and it...
View ArticleMAP - addRoute() is drawing a wrong route
Hi folks! I am developing a App the uses the Titanium.Map.View and I have been struggling to get it working properly but it seems impossible. Everything is OK, except for one thing, the route is...
View ArticleGet Route on a map - Solution (not a question)
Hi Everybody, Below I present a simple solution to show the route on a mapview without using any third party modules. The solution works perfectly for IOS and Android, I am currently using Titanium...
View ArticleAndroid draw route on road from multiple points
Hello, I have an arrayin obj in my app with multiple waypoints on the road, i want to draw a route on map to connect all these waypoints, ive used mapview.addRoute(route) but the line didnt stay on the...
View ArticleProblems with addRoute on maps (iOS7)
Hi, I'm trying to add a route to a map, on iOS7, using the addRoute function, but the application always crashes (Invalid type passed to a function at index.js). I'm using Titanium SDK 3.2, using the...
View Article