Questions tagged [react-google-maps-api]
93 questions
-1
votes
1 answer
I want to know how to apply css to markers in @react-google-map/api

Dion Kim
- 1
-2
votes
0 answers
Reactjs Google Maps issue on ios 13 and below version SyntaxError: Unexpected token '?'
i am using @react-google-maps/api for implementing google maps in my react application , on ios 13 and below version i am getting this error and map is not loading SyntaxError: Unexpected token '?' .
import React from "react";
import {
…

Wani
- 61
- 2
- 9
-2
votes
1 answer
Can't load map with custom styling with @react-google-maps/api
I am using @react-google-maps/api and I have a custom map style. I have a map that uses the style, then I try to load it like this:
const API_KEY = process.env.REACT_APP_GOOGLE_MAPS_API_KEY;
const MAP_ID =…

Valentin Tashkov
- 11
- 1
- 5