Geotagging (or geotags) on In photographs, these are invisible markers with the coordinates of the shooting location, which help organize photos, quickly find them on the map and share travel routes. On Android, you can add geolocation to a photo either automatically (through the camera settings) or manually - even if the photo was taken a long time ago or on a device without GPS. In this article, we will look at all the current methods, including hidden functions of standard applications and advanced tools for editing EXIF โโdata.
Many users are faced with the problem of missing geotags in old photographs or in pictures taken indoors where the GPS signal is weak. Fortunately, Android offers flexible solutions: from automatic linking via Google Photos to manual editing of metadata using specialized utilities. It is important to understand that geotags are stored in EXIF data files - this is service information that can be viewed and changed without losing image quality.
1. Automatic geotagging through camera settings
The easiest way is to enable geotagging directly in the camera application. Most modern smartphones (Samsung Galaxy, Xiaomi Redmi, Google Pixel etc.) support this feature by default, but it is often disabled due to privacy concerns or saving battery power.
To activate automatic coordinate binding:
- ๐ฑ Open the standard application Camera on your Android device.
- ๐ Find the icon Settings (usually in the form of a gear or three dots in the corner of the screen).
- ๐ Enable the option
Geotags,LocationorGPS tags(the name may vary depending on the model). - ๐ Restart the camera and take a test shot. The coordinates will be added automatically if there is a GPS signal.
Please note: if you are shooting indoors or in conditions with poor satellite communication (for example, in a city with tall buildings), the coordinates may be determined inaccurately or absent altogether. In such cases, manual adjustment will help (see section 3).
โ ๏ธ Attention: Automatic geotagging consumes additional battery power, since the GPS module remains active during shooting. On budget smartphones, this can reduce operating time by 10-15%.
2. Geotagging via Google Photos (without third-party applications)
Google Photos is one of the few standard Android applications that allows you to add geotags to existing photos. The function works even if the photo was taken without GPS or on another device. The main condition: the photo must be uploaded to your Google account.
Instructions for adding. geotags:
- Open the application Google Photos and select the desired photo.
- Click on the three dots in the upper right corner and select
Change location. - Enter address manually or select a point on the map. Confirm the changes.
Important: this function does not make changes to the EXIF data of the file. Coordinates are saved only in the database Google Photos If you download the photo to your computer or send it via messenger, the geotag will disappear. To permanently link coordinates, use the following methods. sections.
If you travel frequently, turn on the Google Photos function (in the application settings it automatically groups images by shooting location and builds). routes on the timeline. Map of memories (in application settings). It automatically groups images by location and builds routes on a timeline.
3. Manual editing of EXIF data (for advanced users)
To fully edit geotags, including changing coordinates in the image files themselves, you will need specialized applications. They allow you not only to add a location, but also. adjust the date, camera model and other metadata. Consider two reliable tools:
Appendix 1: Photo Exif Editor
- ๐ฒ Install the application from Google Play (free version with advertising or paid Pro version).
- ๐ผ๏ธ Select a photo from gallery.
- ๐ Go to the tab
GPSand enter coordinates manually or select a point on the built-in map. - ๐พ Save the changes - the geotag will be written directly to the file.
Appendix 2: EXIF Tool by Fluntro
More advanced tool with support for batch processing. Suitable for bulk adding geotags to dozens of photos at once. The interface is intuitive: just select files, specify coordinates and apply changes.
โ ๏ธ Attention: When editing EXIF data through third-party applications, always create a backup copy of the original files. Some apps may accidentally delete other metadata (for example, information about the camera or. shooting settings).
Make a backup copy of photos|Check the accuracy of the coordinates on the map|Close other applications to save RAM|Check changes after saving-->
4. Geotagging through online services (without installing software)
If you do not want to install additional applications, you can use online EXIF editors They work. directly in the browser and support most image formats (.jpg, .png, .webp) Popular services:
- ๐ Exif Viewer by Verexif โa simple tool for viewing and editing metadata.
- ๐ GeoImgr โspecializes in geotags, allows you to specify coordinates with an accuracy of up to a meter.
- ๐ Metadata2Go โsupports batch processing and history saving. changes.
Action algorithm:
- Upload a photo to the site (usually via a button
Uploador dragging a file). - Find fields
GPS LatitudeandGPS Longitude. - Enter coordinates in decimal degree format (for example,
55.7558, 37.6176for Moscow). - Download the processed file.
The advantage of online services is cross-platform (work on both Android and PC), but there are also disadvantages: restrictions on file size (usually up to 10โ20 MB) and privacy risks when uploading personal photos to third-party resources.
How to find the exact coordinates for a geotag?
Open Google Maps on your phone or computer โ find the desired location โ press and hold your finger (or RMB) on the point โ select What's here? or Share coordinates. Copy the numbers in the format XX.XXXXXX, YY.YYYYYY (latitude, longitude).
5. Geotagging via ADB (for developers and advanced users)
If you are familiar with Android debugging tools, you can add geotags via Android Debug Bridge (ADB)This method is suitable for automatically processing a large number of photos or integrating geotagging into your own scripts.
Step-by-step guide:
- Connect your smartphone to the computer and activate
USB debuggingin the developer settings. - Install ADB on PC (instructions are on the official Android website).
- Use the command to add a geotag:
adb shell am start -a android.intent.action.EDIT --ez "edit_gps" true -d "file:///sdcard/DCIM/Camera/photo.jpg" -n com.android.gallery3d/.app.GalleryReplace the path
/sdcard/DCIM/Camera/photo.jpgwith the current one. - In the editor that opens, specify the coordinates and save the changes.
This method requires technical knowledge, but allows you to flexibly customize the process. For example, you can write a script to automatically link coordinates to hundreds of photos from a trip using data from GPXtracks.
โ ๏ธ Attention: Incorrect use of ADB can lead to system failures. Do not change other EXIF fields. (for example, the date of creation), if you are not sure of the consequences, this may disrupt the sorting of photos in the gallery.
Comparison of methods for adding geotags
| Method | Difficulty | Internet required | Saves as EXIF | Suitable for batch processing |
|---|---|---|---|---|
| Camera settings | โญ | โ (for shooting only) | โ | โ |
| Google Photos | โญโญ | โ | โ (only in the Google database) | โ |
| EXIF editors (Photo Exif Editor) | โญโญโญ | โ | โ | โ |
| Online services | โญโญ | โ | โ | โ (size restrictions) |
| ADB | โญโญโญโญ | โ | โ | โ |
The only way to guarantee that geotags are saved when transferring photos to other devices or instant messengers is to edit EXIF data directly (methods 3 and 5). Services like Google Photos or Yandex.Photo store coordinates only in their cloud.
Frequent problems and their solutions
When working with geotags, users often encounter typical errors. Here's how to avoid or fix them:
- ๐ Coordinates are determined inaccurately: Check the GPS settings on your smartphone (
Settings โ Geodata) and turn on high-precision location determination. Indoors, use Wi-Fi or mobile networks to clarify. - ๐ซ Geotags are not saved: Make sure that the EXIF โโediting application has permission to write to the device memory. On Android 10+, permission may be required
Manage all files. - ๐ After editing the photo stopped opening: This means that the EXIF โโdata is corrupted. Restore the backup or use tools like ExifTool to correct the metadata.
- ๐ฑ Some smartphones do not have a geotagging option in the camera: This is typical for Chinese brands (Huawei, Oppo) due to regional restrictions. The solution is to use third-party cameras (for example, Open Camera).
If you often work with geotags, we recommend installing on your smartphone GPX tracker (for example, OSMAnd or Strava). It records your route with high accuracy, and then the coordinates can be transferred to photos through specialized services like GeoSetter (for PC).
For maximum geotagging accuracy, combine automatic and manual methods: turn on GPS when shooting, and then specify coordinates using EXIF editors.
FAQ: Answers to popular questions
Is it possible to add a geotag to a photo taken with a DSLR camera?
Yes, but only through editing EXIF data (methods 3 or 5). data-i="181">do not support adding geotags to pictures taken with individual cameras ( Google Photos does not support adding geotags to photos taken with individual cameras (Canon, Nikon etc.), since they do not have the original coordinates in the metadata.
Why geotags are not displayed in some galleries (for example, in Mi Gallery on Xiaomi)?
Some manufacturers disable the display of geotags in standard applications due to privacy policies. Solution: use Google Photo or third-party galleries (Simple Gallery, Aves), which support displaying coordinates on the map.
How to remove geotags from photos before publishing on social networks?
Use the same EXIF editors (for example, Photo Exif Editor) to clear the fields GPS Latitude and GPS Longitude. convert photos to another format (for example .png), since it does not support geotags.
Is it possible to automatically add geotags to screenshots?
No, since screenshots are created without the participation of the camera module and GPS. The only way is to manually edit EXIF or use automatic rules. in Google Photos (for example, linking to the last known location of the device).
How to transfer geotags from one photo to another?
Applications like EXIF Tool by Fluntro have a function for copying metadata Select. source photo, copy the GPS coordinates (Copy EXIF), then paste them into the target file (Paste EXIF).