GPS function along with GUI capability for Iphone

Hi,

i am a newly user for unity iphone, and i currently working on a newly game project and i happen to come across with an feature which i find it interesting.

Its ability is to provide GPS coordinates of the location. I think its something do with a function called corelocation framework? or GPS/location data natively.

Thus if this funcation is possible, i wonder will it be possible for me to pull in an GUI function within the GPS function?

Can anyone provide me with any information related in this area?

Your help will very much appreciated!!! :slight_smile:

you can pull the information but the rest is up to you.

corelocation only provides you with a coordinate and thats also what unity does

what you do with the coordinates is up to you, usage in a gui or whatever