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
0 answers

How to geotags SVGs using D3js?

D3js is extensively used for cartography while there are also some recommended ways to geotags XML documents. I noticed the Dublin Core DCMI-box. It requires to add a bunch of xmlns things and geodata. var svg_geotag = '
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
0
votes
2 answers

Add images on google map in android

i want to show images on google map but i have no idea how to do it in android. same like as Panoramio .i have done so far,my android app capture images with latitude ,longitude save in sqllite database .i want to populate these images on google map…
MemberB
  • 27
  • 1
  • 7
0
votes
2 answers

Undefined index and geotagging script

I keep getting "Undefined index: latitude" and "Undefined index: longitude" I was trying to make it work for hours, but i am not able to :( Would you please help me? I need those two forms seperated each other.How can i link them together? Thanks…
0
votes
1 answer

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 helpful to me. One of the things I saw in the…
user2371067
  • 1
  • 1
  • 4
0
votes
1 answer

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 way to display my route on a map. 10x
0
votes
1 answer

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) { jpgDialog = null;; switch(id){ …
sundar
  • 45
  • 1
  • 6
0
votes
1 answer

Google Maps or Open Street or Something Else

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 two. I want these metrics displayed on the map…
clifgray
  • 4,313
  • 11
  • 67
  • 116
0
votes
1 answer

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, I believe that what I want to implement may be…
0
votes
2 answers

How to map geo location based on one or all of these services

I'm looking for a solution to map one or all of the following Flickr, twitter, vimeo, by exif, keywords or whatever to google maps. I'm trying to show a map of my location from updating social sites.
Parrfolio
  • 157
  • 1
  • 4
  • 9
-1
votes
1 answer

Taking picture and geotag it in android

I have to make an app to take a picture and showing geotag on it. Even the captured image from camera or gallery has to show geotag on it for this requirement I searched a lot but I did not find any solution. Can some one help me please? Thanks.
Krish
  • 4,166
  • 11
  • 58
  • 110
-1
votes
1 answer

How to Upload Photo and return GPS co-ords

All, I'm tinkering with a simp[le form to upload a photo, store it within my server & then return the GPS co-ordinates. I'm using the standard PHP file upload script and a GPs solution i found here. It allows me to upload files but does not return…
Brad
  • 51
  • 1
  • 2
  • 9
-1
votes
2 answers

Android: call the Camera intent and set the latitude and longitude

I am creating a application that will call the camera intent, and wanted to add longitude and latitude with the image taken. Would it be posible? Intent i = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); fileUri =…
-2
votes
1 answer

SEO for same site in multi locations

I have a portfolio website I want to market in both Australia and also in the UK. I have purchased the domains but now want to make sure that Google will not penalize me for having duplicate content Can someone please advise me the best practice/s…
Neil Kearney
  • 61
  • 1
  • 1
  • 3
-3
votes
1 answer

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, specifically the location information. I'm doing this in…
user2371067
  • 1
  • 1
  • 4
-4
votes
1 answer

How much information does a geotagged picture contain ? or specifically can contain?

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 the picture ? Or rather based on other information…
user2760
  • 2,273
  • 7
  • 25
  • 34
1 2 3 4 5 6 7
8