Community Questions & Answers

City & Zip Code Search

I am a Titanium beginner and I am currently working on an iPhone application that needs to allow the user to search for their location either by entering their zip code or city. I would like the application to accept a zip code or city in the search bar...

Geolocation with 3g

I wanna develop an app that track mobile and I use Geolocation and i works on emulator and also when i install the app on android mobile (WIFI) works good but the problem when i try to run the app using 3g instead of Wifi the app can't get the location,...

Background service stop running.

Hi All, Basically I am building application which report location to server every 5 mins as well as on distance changed by 300 meters. To send location on every 5 mins I am creating background service with interval of 5 minutes and it working perfectly...

how to show geolocation map view?

So, I was curious on how to get the geo location map view to show up. I realize i'm supposed to use user location to true, but where would that go? I am looking at the kitchen sink geo location and have been plaing with that. I attached the code from...

map for geo location

So I am playing with the geo location feature. I have been looking at kitchen sink and the geo location function in it. Is there a way to display a map and show where they are located on the map instead of in text form? Here is the code from kitchen sink...

Is there any third-party Location API coz some android rom has removed the google service packages.

I have been searching for weeks coz the Titanium built-in location api doesn't work on some android phone that removed the google service packages(include google maps and location api etc.).If there's no such thing available on Titanium framework then I...

Mapview: How to update region?

Hello, there is something i don't understand with mapView. The region is our current screen position no? I need to get my current screen location but when i add a button to get my mapview.region.latitute for exemple, it is always the same :/ . Maybe region...

Significant-Change Location Service

So my app was rejected by Apple for trying to use the background location setting (in info.plist). They recommended using the Significant-Change Location Service - is this available with Ti? As a side note - my app has had the background location setting...

Getting a users Current Location

Hey, I want to be able to have a view where it will show the users current location. I have tried using the Titanium.Geolocation.getCurrentPosition and I also tried Titanium.Geolocation.watchPosition - but they just bring up a blank, black screen which...

HFL problem

So, I need to get the user's location and I'm using this code: ~~~ checkboxlocalizacaoatual.addEventListener('click', function(e) { if (checkboxlocalizacao.value == true) checkboxlocalizacaoatual.value = false; else { if...

Showing 1-50 of 136 1 2 3