Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (addroute)
Browsing latest articles
Browse All 20 View Live
↧

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 Article


MapView 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 Article


How 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 Article

addroute - 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 Article

Android 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 Article


Point 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 Article

AddRoute 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 Article

addRoute 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 Article


addRoute 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 Article


Ringtone 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 Article

Problem 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 Article

Mobile 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 Article

map 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 Article


addRoute 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 Article

Find 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 Article


Map.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 Article

MAP - 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 Article


Get 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 Article

Android 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 Article

Problems 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
Browsing latest articles
Browse All 20 View Live