Skip to content

Commit 891b4a1

Browse files
committed
pinch zoom, camera ratio added
1 parent 23e09c7 commit 891b4a1

3 files changed

Lines changed: 50 additions & 4 deletions

File tree

index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>GeoTagImage (GTI) | Android SDK</title>
7+
<title>GeoTagImage (GTI) – Android Geotagging SDK</title>
8+
<meta name="description"
9+
content="GeoTagImage is a lightweight Android SDK to capture geotagged photos with GPS, timestamp, map overlay and CameraX support."/>
10+
<meta name="keywords"
11+
content="android geotag, geotag image android, gps camera android, android sdk, cameraX, location photo, geomap camera, geo tag camera, geofencing"/>
12+
<meta name="author" content="Ashish Dangi">
13+
<meta property="og:title" content="GeoTagImage – Android Geotagging SDK">
14+
<meta property="og:description" content="Capture GPS tagged images with map overlays in Android using GeoTagImage SDK.">
15+
<meta property="og:image" content="https://github.com/dangiashish/GeoTagImage/assets/70362030/88c3e47a-0029-4d90-8276-540558137ccc">
16+
<meta property="og:url" content="https://dangiashish.github.io/GeoTagImage/">
17+
<meta property="og:type" content="website">
18+
819
<link
920
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800&family=Fira+Code:wght@400;500&display=swap"
1021
rel="stylesheet">
@@ -342,7 +353,7 @@
342353
<body>
343354
<nav class="top-nav">
344355
<div class="nav-inner">
345-
<span class="nav-logo">Geo<span style="color:var(--primary)">Tag</span>Image</span>
356+
<span class="nav-logo">Geo<span style="color:var(--primary)">Tag</span>Image (GTI)</span>
346357
<div class="nav-links">
347358
<a href="#features">Features</a>
348359
<a href="#setup">Setup</a>
@@ -358,8 +369,8 @@
358369
<img src="https://github.com/dangiashish/GeoTagImage/assets/70362030/88c3e47a-0029-4d90-8276-540558137ccc"
359370
class="logo" alt="GTI Logo">
360371
<h1>Geo<span style="color:var(--primary)">Tag</span>Image</h1>
361-
<p>A professional-grade Android library to capture location-aware imagery with automatic
362-
metadata injection and visual map overlays.</p>
372+
<p>GeoTagImage is an open-source Android SDK for GPS-based photo tagging,
373+
used in survey apps, property inspection, delivery tracking and GIS systems.</p>
363374

364375
<div class="cta-group">
365376
<a href="https://github.com/dangiashish/GeoTagImage" class="btn btn-main">Get Started on

robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Allow: /
3+
Sitemap: https://dangiashish.github.io/GeoTagImage/sitemap.xml

sitemap.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ MIT License
4+
~
5+
~ Copyright (c) 2023 Ashish Dangi
6+
~
7+
~ Permission is hereby granted, free of charge, to any person obtaining a copy
8+
~ of this software and associated documentation files (the "Software"), to deal
9+
~ in the Software without restriction, including without limitation the rights
10+
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
~ copies of the Software, and to permit persons to whom the Software is
12+
~ furnished to do so, subject to the following conditions:
13+
~
14+
~ The above copyright notice and this permission notice shall be included in all
15+
~ copies or substantial portions of the Software.
16+
~
17+
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
~ SOFTWARE.
24+
-->
25+
26+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
27+
<url>
28+
<loc>https://dangiashish.github.io/GeoTagImage/</loc>
29+
<lastmod>2026-01-21</lastmod>
30+
<priority>1.0</priority>
31+
</url>
32+
</urlset>

0 commit comments

Comments
 (0)