This example demonstrates the use of click event listeners on POIs (points of
interest). It listens for the click
event on a POI icon and then
uses the placeId
from the event data with a
directionsService.route
request to calculate and display a route to
the clicked place. It also uses the placeId
to get more details of
the place.
Read the documentation.
Try Sample
Clone Sample
Git and Node.js are required to run this sample locally. Follow these instructions to install Node.js and NPM. The following commands clone, install dependencies and start the sample application.
git clone -b sample-event-poi https://github.com/googlemaps/js-samples.git
cd js-samples
npm i
npm start
Other samples can be tried by switching to any branch beginning with sample-SAMPLE_NAME
.
git checkout sample-SAMPLE_NAME
npm i
npm start