widgets/embed_google_map library

Classes

EmbedGoogleMap
A widget that embeds a Google Map.
EmbedGoogleMapState

Typedefs

OnError = void Function(WebResourceError error)
A typedef representing a function that handles errors in loading web resources.
OnLoadingProgress = void Function(int progress)
A typedef representing a callback function for reporting loading progress.
OnNavigateRequest = FutureOr<NavigationDecision> Function(NavigationRequest request)
A typedef representing a callback function that handles navigation requests.