GoogleMapsUrlExtractor 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) → Future< String?> - A utility class for extracting location information from Google Maps URLs.
-
extractCoordinates(
String url) → Map< String, double> ? - Extracts latitude and longitude coordinates from a Google Maps URL.
-
processGoogleMapsUrl(
String url) → Future< Map< String, double> ?> - Processes a Google Maps URL, expanding it if it's a short URL, and then extracts coordinates.