We have many custom markers and don't want people to have to download markers that they do not need. We are already using dynamically generated sprites that have all of our markers:
http://mobile.cityredbird.com/markers_1262979319.png Is it possible to store individual markers encoded in base64 in our database and then inline HTML output 'data:image/png;base64' on-demand into the MarkerImage function? The reason why we don't want to use the traditional approach is we're trying to cut down on number of HTTP requests due to mobile constraints.
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. 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.
