BaiomyGoogleMapsExtractor class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
expandShortUrl(
String shortUrl, {int timeoutSeconds = 10}) → Future< String?> - A comprehensive utility class for extracting location information from Google Maps URLs.
-
extractCoordinates(
String url) → Map< String, double> ? - Enhanced coordinate extraction with comprehensive pattern matching
-
extractMetadata(
String url) → Map< String, dynamic> ? - Extracts additional metadata from Google Maps URLs when available
-
isGoogleMapsUrl(
String url) → bool - Validates if a URL is likely to be a Google Maps URL
-
processGoogleMapsUrl(
String url) → Future< Map< String, double> ?> - Enhanced URL processing with multiple fallback strategies