I'm generating lots of custom markers for my maps at runtime using canvas. Given that gmaps is also using canvas, there's some annoying wasted computation involved in extracting my canvas as a data: url and passing it to gmaps as the url of a marker so that gmaps can parse the data url as an image and write it back into canvas. Is there any way for me to just pass the canvas containing my marker directly to gmaps?
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/H8Zgcb6GGroJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
