Pegman is in the sprites (still undocumented in the api)
http://maps.google.co.uk/mapfiles/cb/mod_cb_scout/cb_scout_sprite_000.png
http://maps.google.co.uk/mapfiles/cb/mod_cb_scout/cb_scout_sprite_001.png
http://maps.google.co.uk/mapfiles/cb/mod_cb_scout/cb_scout_sprite_002.png
http://maps.google.co.uk/mapfiles/cb/mod_cb_scout/cb_scout_sprite_003.png
function sprite(number){
var icon = new GIcon(G_DEFAULT_ICON);
icon.sprite = {};
icon.sprite.image = "cb_scout_sprite_002.png";
icon.sprite.top = number * 21;
return icon;
}
Credit to Esa
http://esa.ilmari.googlepages.com/sprite.htm
Mapperz
http://mapperz.blogspot.com/
On Apr 14, 1:24 pm, dmapper <[email protected]> wrote:
> I am working on a map that I am trying to get the street view guy on
> the GLargeMapControl3D like the standard google maps but I can't seem
> to find a property to set to have him show up. I have looked for a
> property for this and looked through many examples and I can't seem to
> find a way to get this icon.
>
> Is there a way I can get this icon on my map?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---