-
```
Which Google API and version? Google Maps API Web Services (Places & Directions
APIs)
Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6, Android 4.2
External references, such as A…
-
We trying to use the `longPress` event provided by the google maps flutter plugin.
The maps the setup roughly looks like this:
```
@override
Widget build(BuildContext context) {
return Sc…
-
## Steps to Reproduce
Here is the basic gist of showing google maps after its being created.
```
bool isMapVisible = false;
AnimatedOpacity(
opacity: isMapVisible ? 1.0 : 0,
duration: …
-
Here is a great lead explaining what needs to be done:
http://chris-osm.blogspot.com/2014/04/images-to-map-overlays.html
And here are a couple of little georeferencing experiments we tried last year …
-
### Version
1.48.2
### Steps to reproduce
1. Clone my repo at https://github.com/ss-221/pw-blobs-not-cleared
2. `npm install`
3. `npm run test`
The test first opens https://maps.google.com, and th…
-
```
Which Google API and version? Google Maps API Web Services (Places & Directions
APIs)
Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6, Android 4.2
External references, such as A…
-
### Steps to reproduce
1. just add both **google_maps_flutter: ^2.6.1** and **js: ^0.7.1** dependencies to **pubspec.yaml**
2. run **flutter pub get**
### Expected results
**flutter pub get** shou…
-
# Business Need
We have a general need to access summary information for Locations that is derived from data in related tables when working in web maps. For example:
- Last visit date
- Presence of L…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Database, Other
### Which platforms are affected?
Android, iOS
### Description…
-
Exports maps are now available in node & rollup & webpack.
Maybe we can have a convention/recommendation for what to define for web components? 🤔
Given the following component/package `my-inpu…