Static Map usage examples.
8 |8 | Add a brief description of the example here and update the link below 9 |
10 | 11 |8 | The simplest example possible, just rendering a google map with some 9 | settings adjusted. 10 |
11 |8 | Shows how to use the controlled map component to synchronize multiple 9 | map instances. 10 |
11 | 12 |8 | This example shows the different ways to add markers and infowindows to 9 | the map. 10 |
11 |8 | This is an example to show how to retrieve a route from the new Routes 9 | API and visualize it with polylines and advanced markers. 10 |
11 | 12 |{siteConfig.tagline}
24 |8 | Shows how to use the drawing tools of the Maps JavaScript API and 9 | implements an undo/redo flow to show how to integrate the drawing 10 | manager and its events into the state of a react-application. 11 |
12 |
25 | A problem with your API key prevents the map from rendering correctly.
26 | Please make sure the value of the APIProvider.apiKey prop
27 | is correct. Check the error-message in the console for further details.
28 |
<AdvancedMarker />{' '}
27 | combined with an Infowindow.
28 |
8 | This example uses the <AdvancedMarker> component with
9 | custom hover and click states.
10 |
13 | By integrating content in the marker that would traditionally be shown 14 | in an info window, we can create a smooth and engaging user experience. 15 |
16 | 17 |
8 | An example demonstrating how an interleaved deck.gl overlay can be added
9 | to a {' component. (using the{' '}
10 | GoogleMapsOverlay from{' '}
11 |
12 | @deck.gl/google-maps
13 |
14 | ).
15 |
8 | Google Maps Platform’s Extended Component Library is a set of Web 9 | Components that helps developers build better maps faster, and with less 10 | effort. 11 |
12 |13 | Ultimately, these components make it easier to read, learn, customize, 14 | and maintain maps-related code. 15 |
16 | 17 |