Filter photos by GPS location, custom polylines, and date range β directly on the native layer. No JavaScript workarounds. Blazing fast.
1
The first Capacitor gallery plugin with location-based filtering. Filter photos by GPS coordinates and custom polylines before selection.
Show only photos taken within a specific radius of GPS coordinates. Perfect for construction sites, insurance claims, or location-specific documentation.
Define custom geographic areas with polylines. Filter photos taken along routes, within regions, or along specific paths.
Filter photos by exact date ranges extracted from EXIF timestamps β not file modification dates, but the actual capture moment.
All filtering happens in Swift (iOS) and Kotlin (Android). No JavaScript bridge bottleneck. Handles thousands of photos in milliseconds.
Photos never leave the device during filtering. Location and timestamp data is read natively without copying files to temporary directories.
Works with any Capacitor app β Angular, React, Vue, or vanilla JS. One npm install, configure your license, and you're ready.
Ensure uploaded photos were taken at the actual damage location and within the claim timeframe. Automatically reject photos taken elsewhere.
filter: {
location: {
coordinates: [{ lat: claimSite.lat, lng: claimSite.lng }],
radius: 100
},
timeRange: { start: claimDate, end: inspectionDate }
}| Feature | Capacitor Image Gallery | @capacitor/camera | File Picker | @cap-community/exif |
|---|---|---|---|---|
| Gallery Photo Selection | β | β | β | β |
| Multi-Select | β | β | β | β |
| EXIF Data Reading | β | Partial | Basic | GPS only |
| GPS Radius Filter | β | β | β | β |
| Custom Polyline Filter | β | β | β | β |
| Date Range Filter | β | β | β | β |
| Native Filtering Engine | β | β | β | β |
| EXIF Preserved on Copy | β | β | β | N/A |
No subscriptions. No hidden fees. Pay once, use forever.
@kesbyte/capacitor-exif-galleryKBExifGalleryLicensecom.kesbytedigital.exifgallery.LICENSE_KEYFree in DEBUG mode. Add your license key when you're ready to ship.
npm i @kesbyte/capacitor-exif-gallery