The geotagging tag has no wiki summary.
1
vote
2answers
29 views
Work with SD card in WorkLight framework and browser emulator
I am trying to write a Worklight Hybrid application that requires reading image files saved on the device's SD card.
The application needs to read the metadata of the images - in particular the ...
-2
votes
1answer
31 views
Getting location data from an image (Instagram/JS)
I've been working on a side project and have hit a roadblock. I can search through tags and display their picture results just fine, but I'd also like to put the details below each picture, ...
0
votes
0answers
22 views
Extracting image location data from Instagram searches
I have a Javascript code obtained from a tutorial that searches instagram for matching hashtags and displays the images. What would be the most efficient way to be able to hover over the result ...
0
votes
0answers
28 views
Instagram's geotagging API
I'm working on learning about Instagram's API as a side project. I've followed this tutorial (http://eduvoyage.com/instagram-search-app.html) to implement a search feature by hashtag. It was extremely ...
1
vote
1answer
67 views
Geo tagging and Google Drive search
I have the following situation:
The pictures that my app stores on Google Drive have GPS position written in the EXIF data. See here.
I'd like to use the position later for additional indexing. Maybe ...
2
votes
0answers
51 views
Geotag an Image
I would like to use pure HTML5 to try and test it's ability to Geotag an image with a location. How can this be done in HTML5?
I have used google to find an answer, but to no avail. I am sure this ...
0
votes
1answer
143 views
Donwloading Facebook geo-targeted posts from API
Facebook's global pages can have regionally targeted content. Without admin access to the page, posts targeted to regions other than where the API key is registered don't show up in the API response.
...
1
vote
0answers
125 views
geotag images and show on a map view android
I am in the process of developing an app for a uni project and have a basic-intermediate understanding of what i am doing with android. my application is sort of like ebay but i want to implement a ...
0
votes
1answer
282 views
Android: How to GeoTag Photo in Eclipse?
As mentioned in title, anyone have any idea of doing this? maybe a portion of coding will do as well...
1
vote
2answers
810 views
GeoTagging Photo's after using Camera Intent
I have an app that uses the Android Camera Intent to take pictures and after the picture is taken I am trying to add some gps data to the Image's Exif Data. However, my app keeps crashing when it ...
0
votes
1answer
71 views
facebook fanpage geotaggig map
Is there a way to have a map on my facebook fanpage with geotaggs from my photos similar with instagram map ??
I have a lots of pictures and i”ve put on everyone location so it would be nice to find a ...
1
vote
1answer
142 views
Get a twitter timeline with only geotagged tweets
What I do need is to get the twitter timeline whith only tweets with location associated.
I know in Facebook it is possible using me/home?with=location, is there something like this for twitter?
1
vote
0answers
107 views
make the camera to wait untill the geo tag get attached to taken photo in android
how to make the camera application to wait until the Geo tags get attached to photo using any broad cast receiver?
The problem is: Open the camera app and switch on Geo tag feature in camera settings ...
3
votes
2answers
972 views
geo tagging in android
How to know whether the geo tagging is enabled or disabled in android camera setting through the code?
We are attaching the geo tags to photos through code. We using Location Manager,Location Listener ...
0
votes
0answers
49 views
Tweet location - small map below tweet disappeared
I am using a php code snippet to post tweets from a web based system along with location data. Without much hassle, I found that the twitter POST status/update api does receive two parameters "lat" ...
0
votes
1answer
171 views
issue to solve the geo tagging in android
I am a new guy in Android. How to implement the Geo-tag for images? I have tried by myself but not getting expected result.
My code is like:
@Override
protected Dialog onCreateDialog(int id) {
...
0
votes
1answer
304 views
Google Maps or Open Street or Something Else [closed]
I have been working on a concept for a while for a sports related website where users can record a location on a map and put that location into a category for a sport and then rate it by a metric or ...
0
votes
0answers
155 views
How do i Save GeoTag with photo?
I'm a new to the iOS Developer. now I'm trying to do this with the CodeCropper, but I have a big trobule at the beginning.
where should do i set the properties, and how do i use the
-(void) ...
0
votes
0answers
172 views
Geolocation and geotaging [closed]
How I can get user location using (geolocation tag)?
How I can Tag user photo using geotag?
Is this possible to use user device GPS to get location?
What's your suggestion: GoogleMap or BingMap?
I ...
0
votes
0answers
200 views
Instagram geotag out of range [closed]
How are some Instagram users able to geotag their photos from a different continent?
0
votes
1answer
329 views
Implementing geo- tagging in an Android application
So I got into Android application development quite recently and while I having been getting on alright with most of the introductory tutorials, either from the Android Developer's site or otherwise, ...
2
votes
2answers
2k views
Is there a way to retrieve Google Map Longitude & Latitude from Addresses in Spreadsheet?
I am currently working with a data listing and one of my columns of data is an address of the listing. I plan on plotting each of my addresses on a Google Map, but I would like to avoid having to ...
3
votes
2answers
508 views
Geotagging JPEGs with pyexiv2
I am geotagging JPEGs using the pyexiv2 Python module using code I found in another SO answer (see: What is the best way to geotag jpeg-images using Python?) and I have a question about the GPSTag ...
0
votes
0answers
78 views
Google Maps API with open marker editor formular
im totally new in this whole google maps geotagging business. i was just wandering if it is possible to generate a site with a google map canvas on it and do a formular to create markers right next to ...
0
votes
1answer
650 views
Getting location from meta data on iOS
Is there a way to get the location out of a newly taken image, without using the CLLocationManager?
Its kind of stupid to use a location manager if you can just extract the data out of the image.
...
0
votes
1answer
559 views
iPhone iOS how to add geotagging info to a PNG file?
I'm building a camera effects app and would like to be able to add geo tagging to the screenshots that I capture.
I'm grabbing camera images from an AVCaptureSession frame buffer and am displaying ...
3
votes
1answer
3k views
iPhone iOS how to extract photo metadata and geotagging info from a camera roll image? [duplicate]
Possible Duplicate:
How Do I Get The Correct Latitude and Longitude From An Uploaded iPhone Photo?
I'm making a photo app and would like to know what are my options for working with ...
2
votes
1answer
172 views
Geotagged dbpedia sparql query - want to include abstract in result set
I have the following query which works:
SELECT ?page ?lat ?long (bif:st_distance(?geo, bif:st_point(42.883, -72.8981)))
WHERE{
?m foaf:page ?page.
?m geo:geometry ?geo.
?m geo:lat ?lat.
?m geo:long ...
0
votes
1answer
672 views
Android ExifInterface TAG_GPS_LATITUDE denom values
I am trying to use geo-tagging with my own camera application. What I am doing is getting my current geo-location as decimal value (Ex. Latitude = 6.8447375) and want to convert it in to DMS format in ...
-4
votes
1answer
139 views
How much information does a geotagged picture contain ? or specifically can contain? [closed]
This is an open ended question. With the capabilities of current geo-enabled phones and cameras (based on gps) when a geo-enabled picture is taken at a certain location
What all metadata is added to ...
1
vote
1answer
267 views
Geo tagging in application invovling the standard iOS UIImagePickerController
Here is the set up:
I am making an application 'X'. This application allows a person to upload their location. Their location can be turned off in Setting > Location > 'X' for their privacy. I also ...
0
votes
2answers
624 views
How accurate is the Location information of Geotagged photos?
This question is a bit subjective and not exactly a programming question but very relevant to an idea i am trying to develop.
I want to know the personal opinion and information of developers who ...
2
votes
2answers
909 views
PHP / Google Maps - Geofence
I am attempting to create a simple tracker using php and google maps. Right now I have the tracker working but I want it to detect proximity to certain markers. For example if the user is within 30m ...
2
votes
1answer
384 views
geo-stamping and geo-tagging in android
I have got a requirement to implement to Geo-stamping for images taken through Android device camera. I am wondering whether Geo-stamping and Geo-tagging both are same or different. How do i achieve ...
4
votes
2answers
820 views
How do I retrieve all public geotagged photos from Flickr?
I am currently creating a php app part of which involves placing geotagged photos on a Google map, I would like to be able to place all geotagged publics photos from Flickr on this map, rather than ...
1
vote
1answer
1k views
Android Convert longitude to GPS tag of ExifInterface
i want to convert from Latitude, Longitude to GPS tag of ExifInterface
Ex: 10.34534564 to format like that http://developer.android.com/reference/android/media/ExifInterface.html#TAG_GPS_LATITUDE ...
0
votes
2answers
594 views
ios write geotag into image
I need to read a jpg image (not from the imagelibrary) and write into them the exif geotag data taken from the iPhone gps
how can I do this?
thanks in advance.
Paolo
1
vote
0answers
379 views
ALAssetPropertyLocation always invalid
I am trying to get location information from photos and videos that an user selects from iPhone's library. I am using a custom image picker that uses ALAssetsLibrary to read the photos and videos.
I ...
2
votes
1answer
250 views
SEO Geotargeting virtual folders of a website
I have a service that is offered in multiple countries on the same domain. It is structured using virtual folders for each country, for example:
www.example.com/uk
www.example.com/usa
...
2
votes
1answer
316 views
Searching for images on the basis of latitude and longitude based proximity
I want to make a flickr application which searches flickr database and look for images which are close to the latitude and longtitude that I give to the application.
Is such an application possible? ...
1
vote
1answer
893 views
How do I obtain GeoTagging Info from an uploaded image
I'd like to build an app that takes (with permission of course) user-uploaded images and makes use of the geotagging info embedded in the image. I'm a PHP/Javascript developer...how do I obtain that ...
2
votes
1answer
908 views
Removing GPS EXIF data with PHP
This morning I was woken up by a call from a client running a Concrete5 website, saying that any images uploaded to their website suddenly stopped working. After an hour or two of experimentation and ...
0
votes
2answers
242 views
Geo Tagged Photos
Retrieve GPS location from Geo Tagged Photo in iphone.? Can we know the latitude and longitude ogf geo tagged photos in iPhone
1
vote
0answers
149 views
Location Co-ordinates in Blackberry Simulator
hi i have a program to get the Co-ordinates of the current location i am trying to test this program in simulator but i dont know wat are all the settings i have to modify in the simulator. but i gone ...
0
votes
0answers
83 views
Geotag a video uploaded on my site
Can I geotag a video uploaded from my admin panel in my PHP project?
Please help. Thanks in advance.
0
votes
1answer
268 views
How to add geolocation to a tweet in Rails?
At the moment my Rails app can tweet via twitter gem, and I would like to add a geotag to my tweets. The geolocation is constant. How can I do this?
Twitter::Client.new.update('Hello, there!')
3
votes
1answer
114 views
Arranging photos on a map
I am trying to create an application where photos are laid out on a map such that they are close to the lat/lon they correspond to, and yet do not overlap with each other.
An example of what I am ...
1
vote
1answer
228 views
Which is the best library of relevant geotagged images?
I need a library of geotagged images (one that has a public API), that I can use in my location-aware application. What are my options?
Picasaweb is giving me results, but they are from private ...
11
votes
1answer
8k views
How to save GPS coordinates in exif data on Android?
I am writing GPS coordinates to my JPEG image, and the coordinates are correct (as demonstrated by my logcat output) but it appears that it's being corrupted somehow. Reading the exif data results in ...
1
vote
2answers
611 views
Is it possible to create an Geotracking app in WP7 using Bing Maps?
Is it possible to create an app like Runtastic, RunKeeper or SportsTracker (all of them Android apps) in WP7 using Bing Maps? Or maybe there is an app with that functionality already out?
These apps ...