<Pin>
Component
The Pin
component can be used to customize the appearance of an AdvancedMarker
component.
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