When adding via unpkg, the marker with labels can be accessed at `MarkerWithLabel`.
When adding via unpkg, the marker with labels can be accessed at `new markerWithLabel.MarkerWithLabel()`.
A version can be specified by using `https://unpkg.com/@googlemaps/markerwithlabel@VERSION/dist/...`.
@ -42,6 +42,8 @@ The reference documentation can be found at this [link](https://googlemaps.githu
@@ -42,6 +42,8 @@ The reference documentation can be found at this [link](https://googlemaps.githu
## Example
```js
import { MarkerWithLabel } from '@googlemaps/markerwithlabel';
new MarkerWithLabel({
position: new google.maps.LatLng(49.475, -123.84),