Skip to content

Instantly share code, notes, and snippets.

@david-mart
Created August 2, 2019 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david-mart/b98672a9572b23738586808f866add87 to your computer and use it in GitHub Desktop.
Save david-mart/b98672a9572b23738586808f866add87 to your computer and use it in GitHub Desktop.
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