Questions tagged [geotagging]

The process of adding geographical identification metadata to various media.

The process of adding geographical identification metadata to various media such as photographs or videos, websites, SMS messages, QR codes, or RSS feeds. This data usually consists of latitude and longitude coordinates, though they can also include altitude, bearing, distance, accuracy data, and place names.


Useful links


Related tags

120 questions
0
votes
1 answer

Get location in metadata of image when source type is Camera in UIImagePickerController ( kind of geotagging )

I am trying to get or capture user location within metadata of image picked by UIImagePickerController having source type set UIImagePickerControllerSourceTypeCamera. When source type is camera(image clicked by camera), we can get metadata from the…
Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75
0
votes
0 answers

Getting location of the images in android?

I am making an android application that displays all the images of the gallery location wise. I am unsure of the ExifData if it can help me in sorting the images, location wise. Any guidance along with the necessary code will be helpful.
0
votes
1 answer

Missing EXIF info in images selected from gallery using EXTERNAL_CONTENT_URI

I'm trying to gather EXIF info (date of picture taken, geotagging, orientation) from images selected from an EXTERNAL_CONTENT_URI intent, but it seems that if the pictures come from the internet (e.g. Google Photos) the EXIF data is somehow…
Niddu
  • 119
  • 8
0
votes
2 answers

Is it possible to display locally saved images in Leaflet map popups?

Using python I have managed to extract the exref data (lat, long, etc) of photos into a pandas dataframe. I then generate a leaflet/folium map html file, which when opened in a browser, displays the georeferenced points where the photos were…
EllRob
  • 145
  • 1
  • 3
  • 11
0
votes
0 answers

Trying to extract geotagged image data using java

Hi I'm trying to extract geotagged image data using java. But it's not working as expected. I added my code below. try { File file = new File("/home/xxx/Downloads/accidentImage"); for (File filelist : file.listFiles()) { …
Codrun
  • 97
  • 2
  • 12
0
votes
1 answer

android - how to know geotagging feature from camera is on or no?

how to know geotagging feature from camera is on or no? this code for open camera phone Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); fileUri = getOutputMediaFileUri(MEDIA_TYPE_IMAGE); …
Eggy
  • 522
  • 5
  • 29
0
votes
1 answer

Is it possible to provide geo tagging for entire city?

I'm using geo tagging meta tags position - contains latitude and longitude Placename - contains city,state,country Region - contains the city name Do this geo tagging applies only to the specified locations pointed using latitude and longitude?.…
0
votes
0 answers

How can i capture Image along with Latitude and Longitude in their properties in android

I would like to capture a image ,and also embed GPS coordinates of that location in to that captured image properties. Or Please suggest me in what way it can be achievable or possible that answer also helpful. If any better ways also helpful.…
0
votes
1 answer

Create kmz file with jpegs that can be viewed in google earth

I need to add photos to a kmz file however my file which has the coordinates does not have a time/date field. So far everything i've found suggests georeferencing jpegs for kmz/kml needs to link on time via a gpx file. I have a csv with the…
cosi
  • 21
  • 1
  • 5
0
votes
0 answers

How do you grab an image's geotag in android?

I know every image already comes with a geotag, so instead of grabbing the location while the user is taking a picture (as I have already implemented that code), is there a way to grab the geotag directly? If you guys have example code or a link to…
TheQ
  • 1,949
  • 10
  • 38
  • 63
0
votes
0 answers

Change in number of geotagged Instagram posts

I have written an app which uses the Instagram API to retrieve geotagged posts containing "#sunset" and related tags. On March 22 - 23 2016, the number of posts being collected dropped dramatically. Has anyone else observed this behavior, or do you…
epierson
  • 1
  • 1
0
votes
1 answer

How to code 'timed deletion' in xcode, using Parse's Anywall?

I'm new to app dev and Xcode, so I'm using the Anywall app creation tutorial on Parse's website. I finished, but I want to experiment with timed deletion. That meaning, after an arbitrary amount of time has passed (ex. 24 hrs) after a geotag's…
TMM
  • 107
  • 1
  • 1
  • 6
0
votes
2 answers

Free server solution for strict content photos with geotags

I would like to create some kind of open free "group" posting of photos with geotags First I thought about Panoramio, but seems there is no API for photos upload. By now I can see only two ways: Flickr - there are groups but you have to approve…
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
0
votes
2 answers

how to geotag a picture?

I need to tag my images with location details. If I wish to enable/disable the geotagging, I should do it on a button click. (like, we can enable/disable the location details while we chat using Whatsapp, Facebook, Viber etc.).
0
votes
2 answers

iphone - UIImagePicker overwritting geotagging in photo - fixed in os4?

It is my understanding that currently if you use UIImagePicker to grab a photo, it passes back back a UIImage object which doesn't include any of the geotagging information. I was wondering if it's confirmed that in OS 4 this is fixed? Or any…
Mark Steudel
  • 1,662
  • 3
  • 18
  • 31