react-static-google-map icon indicating copy to clipboard operation
react-static-google-map copied to clipboard

Load Google Static images in your react app

Results 16 react-static-google-map issues
Sort by recently updated
recently updated
newest added

Description - With react-hot-loader, every component is wrapped with `ProxyFacade`, and thus switch of finding child component like Marker, Direction and matching them with component definition inside library is not...

Hi, I notice the lastest main branch version shows 0.8.0, but npm has 0.9.0: https://www.npmjs.com/package/react-static-google-map?activeTab=versions https://github.com/bondz/react-static-google-map/blob/6c6fed141aff9b2cc39d5f3e274d7aaeeeab14b2/package.json I was looking for a changelog and/or any breaking changes between 0.8 -> 0.9...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hello! I have the following code: ``` {field.features.map((feature, index) => { if (feature.geometry.type === 'LineString') { const coordinates = feature.geometry.coordinates.map(([lng, lat]) => ({ lat, lng })); return ; } if...

First, thanks for this package! I just want to display a map, centered in a location but I am getting ``"Component must have `Marker`, `Path` or `Direction` child"`` error [Google...

Google supports a streetview image: https://developers.google.com/maps/documentation/streetview/overview I am currently using this in two projects where I am hardcoding the URL, but I think this could be a nice addition to...

enhancement

I'm trying to utilise the Direction component to render a static image that goes from A -> D via B & C I can see the directions API supports this...

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies