A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://visgl.github.io/react-google-maps/docs/api-reference/components/pin below:

Website Navigation


<Pin> Component | React Google Maps

<Pin> Component

The Pin component can be used to customize the appearance of an AdvancedMarker component.

Usage
const CustomizedMarker = () => (
<AdvancedMarker position={{lat: 53.54992, lng: 10.00678}}>
<Pin background={'#FBBC04'} glyphColor={'#000'} borderColor={'#000'} />
</AdvancedMarker>
);
Props

The PinProps type mirrors the google.maps.PinElementOptions interface and includes all possible options available for a Pin Element instance.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4