google_maps_url_extractor 1.0.1
google_maps_url_extractor: ^1.0.1 copied to clipboard
A Flutter package to extract location information from Google Maps URLs, including short URL expansion.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-09-14 #
Added #
- Initial release of the Google Maps URL Extractor package.
GoogleMapsUrlExtractorclass with the following methods:expandShortUrl: Expands shortened Google Maps URLs.extractCoordinates: Extracts latitude and longitude from Google Maps URLs.processGoogleMapsUrl: Processes a Google Maps URL (expands if short, then extracts coordinates).
- Support for various Google Maps URL formats:
- Short URLs (goo.gl)
- Standard map URLs
- Place URLs
- Search URLs
- Direction URLs
- Comprehensive test suite for all main functionalities.
- Detailed README with usage examples and documentation.
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A