The iPhone is a line of smartphones designed and marketed by Apple Inc.

learn more… | top users | synonyms

1
vote
0answers
65 views

Any way to view/create/edit Google My Maps KML files on Android?

I have two large (several hundred features) maps created by Google My Maps that I use for my field research. They contain important information required by the field crew for their work on site. ...
2
votes
1answer
70 views

Is it possible to post process iPhone GPS data?

Is there software available for post processing iPhone based GPS data?
3
votes
1answer
95 views

API for Real Time World Statistics

Does anyone know of an API (preferably free) that can provide real time world statistics such as Crude Birth Rate, Crude Death Rate, world/country population, or emails sent today as on the website ...
4
votes
2answers
610 views

Coordinates(Latitude, Longitude) are different at same place on iPhone and Android devices, why?

I used HTML5 code for getting coordinates on Android (HTC desire s) with GPS enabled and iPhone (3gs). But the latitude and longitude are different on both devices at same place, why?. Difference ...
5
votes
3answers
248 views

How to record tracks finer than 10-30cm resolution (possibly using an iPhone)?

I am trying to record tracks at a much finer scale than is possibly with GPS but hopefully using something simple and cheap, ideally an iPhone. The resolution for track data I am after is around ...
4
votes
1answer
1k views

OpenLayers on iPhone with navigation: marker-click event won't work

I'm making a map with openlayers. For the navigation on the iPhone I added OpenLayers.Control.Navigation(), so zoom and pan work fine. On the desktop, i can click a marker and a popup appears. But on ...
8
votes
3answers
1k views

Bluetooth GPS to Smart Phone

Has anyone had any luck intergrating a GPS unit with your Smartphone? Looking to gain sub 5m accuracy. Ideally would like the phone to just use the better gps reciever when it is connected. This ...
2
votes
1answer
1k views

Problem with KML in Google Earth iOS-App

I have a some what strange problem with KML/KMZ-files in the iOS google earth-app for ipad/iphone. I export my map from ArcMap to KMZ. Email myself and open the file with KMZ-loader and then open the ...
8
votes
3answers
1k views

Mobile offline mapping and editing of shapefiles

I've got a client that wants to create a mobile app that can view and edit shapefiles stored locally on the device to enable it to work offline. There is a possibility of converting the shapefiles to ...
13
votes
4answers
474 views

What iOS (iPhone/iPad) app from the App Store can I use to collect data?

What iOS app from the iTunes App Store can I use to collect data (mainly points, perhaps photos) and later import them into my GIS? I am mainly interested in an out-of-the-box solution, not develop ...
0
votes
2answers
387 views

How to find the Local Government Area name using lat/long?

I'd like my iPhone app to respond to the device owner with his/her Australian LGA (local government area) name using their lat/long. I've found this page below with a Shapefile: ...
3
votes
2answers
1k views

How to integrate Proj4 into an iOS / iPhone project?

This may be overkill, but I need to reproject a point coming from the CLLocationManager, which is in EPSG:4326, to Dutch RD (Double Stereographic, EPSG:28992) in my iOS application and I am using ...