Intro

A simple way to point out a place will be easier for users to locate.

Basic

HIDE Code
Props
<Location
    apiKey="AIzaSyCnbxTadExb8UYwzkBkQ_ITf5gFL_3jaAc"
    lat={26.5}
    lng={-80.2}
    zoom={10}
    markers={[
        {
                "icon": "fa fa-map-marker",
                "color": "danger",
                "lat": 26.5,
                "lng": -80.2
        },
        {
                "icon": "fa fa-map-marker",
                "color": "primary",
                "lat": 26.6,
                "lng": -80.3
        }
]}
/>
With ♥ by