python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change marker with label on click
I'm using react google maps to render a map with markers.
How can I change the icon / html of the marker on click?
<GoogleMap
defaultZoom={5}
center={{ lat: (props.latLang && prop...
Emanuel Herteliu
Votes: 0
Answers: 2
How to ask about geolocation right before opening google maps?
I am junior front end working on a project in react where you can post job offers with information and google map location.
How the component works?
When I click on the <GoogleMap/> component,...
bigBadWolf
Votes: 0
Answers: 1
How to add custom ico or SVG as marker icon in @react-google-maps/api
I am using @react-google-maps/api to show Google Map in my React Web application. Following their documentation I have added the marker as follows.
<Marker
onLoad={onLoad}
...
Lenzman
Votes: 0
Answers: 2
Use map instance outside onLoad in react-google-maps
I am trying to use places library, It requires map instance to call the library but map instance is only available inside onLoad, I am trying to use the places library whenever the center change(insi...
Fenaz
Votes: 0
Answers: 1