Create a clickable image map on iPhone - iphone

I wanted to create a clickable map for the United States, when user select a state it will be highlighted and display another detailed view.Like the following web application.
http://www.usflashmap.com/samples/real-estate-map/index_ext.html
I would appreciate any suggestion on how this can be achieved on a native iPhone application.
Thanks in advance,
Sarah

Have a look see here:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/27988-hidden-buttons.html
It's a step in the right direction, I'd too be interested in an example doing it via code.

There's a new app that you can do this with for free. It makes a customizable US map http://createaclickablemap.com/

Related

Augmented Reality App Store Process

We have a client that has asked us to build an Augmented Reality iPhone App to be used at a show.
The experience will be location based, ie you will need to be at the show where the markers will be placed to use the app.
Does anyone know the process Apple take to test this kind of app? How will they be able to give approval if they cant test it without being on location and assess to the markers?
Is it possible to submit the markers to them as files to print out and test?!
Any info is MUCH appreciated as cant seam to find anything specific online.
Thank you,
Jason
Put them online and give your reviewer links to each image.
I've done this before with QR Codes.

Is there possible to add gps vocal navigation into my app?

with the arrival of the vocal indication on IOS 6.
I want to know if is it possible to add this functionality to my app
Thanks,
Yasin
Cloudmade http://cloudmade.com/products/navi-studio has some tools that could help you.
They provide a service that returns a XML representation of the route with turn by turn information included. You could feed this texts into a text to speech engine.

How To Get Google Maps link From Current location?

I need to get the google maps link by pressing a button from the iPhone.
I already know how to get the coordinate long/lang. Now I need to convert it to a link.
I am working with CLLocation & MKMapview
Can anyone help me with that?
Read the "Apple URL Schemes" documentation. Everything about map links is detailed in this page.
http://maps.google.com/maps?f=q&q=38.323480,26.767732
You can change those variables at the end and the link will open the google maps app no need for complicated programming

iPhone application to show nearby business offices into table view

I want to make iPhone application that use GPS to show nearby places (particular business offices) into table view starting nearest office at top of the table.
Location coordinates will come using location manager but i want my application do above tasks
Any suggestion how to implement all these things or any tutorial.
Thank you in advance i really appreciate any sort of help.
Search the SDK documentation either from XCode or developer.apple.com and you'll find a bunch of white papers and samples relating to your questions.
Edited to include samples...
http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html
http://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLLocationManager_Class/CLLocationManager/CLLocationManager.html
http://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLLocationManagerDelegate_Protocol/CLLocationManagerDelegate/CLLocationManagerDelegate.html
http://developer.apple.com/library/ios/#samplecode/LocateMe/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40007801
http://developer.apple.com/library/ios/#samplecode/Locations/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40008406
http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MapKit_Framework_Reference/_index.html
All found with a simple search in the apple developer website, can't imagine what else you might need at this stage.

How to use the camera device in an iPhone app

I am working on an image editing app and therefore googled for it.
I have found some links which says that we can work with camera by ourselves, like here.
They say we can:
capture images from within our app (ColorSplash app)
using accelerometer with camera and some other features
So far my coding doing just opening camera and lets user do the rest.
But I want above listed features... at least the first one.
Can it be done?
i use code from this site to do what your first task do:
http://www.zimbio.com/iPhone/articles/1109/Picking+Images+iPhone+SDK+UIImagePickerController
http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/
these both were links really helpful.
#Sawan yes you can do the things u want,capturing of image and its selection please take help from here and also u can use accelerometer in the same way we use in our apps