Yup, I tried:

new google.maps.MarkerImage('data:image/
png;base64,iVBORw0KGgoAAAAN...'

Nothing came up. No errors and no markers.

On Jan 10, 2:54 pm, Ben Appleton <[email protected]> wrote:
> I believe this just works.  Have you tried passing a base64 data url to
> MarkerImage?
>
>
>
> On Sun, Jan 10, 2010 at 8:15 AM, Kirill <[email protected]> wrote:
> > 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.


Reply via email to