Created
August 2, 2019 20:35
-
-
Save david-mart/b98672a9572b23738586808f866add87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { getColoredIconUrl } from "./icon-url-generator" | |
const myColoredMarker = { | |
position: { | |
lat: "34.1683776" | |
lng: "-118.3826831" | |
}, | |
icon: { | |
url: getColoredIconUrl("#C0FFEE", "#B00B1E"), | |
anchor: { x: 14, y: 14 } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment