// ==== Create the GLayer()s, and set them Visible=false
Added=false ====
// If you want a GLayer open by default, addOverlay() it and set
it Visible=true Added=true
layers[0] = new GLayer("org.wikipedia.no");
layers[0].Visible = false;
layers[0].Added = false;
layers[1] = new GLayer("com.panoramio.all");
layers[1].Visible = false;
layers[1].Added = false;
layers[2] = new GLayer("com.google.webcams");
layers[2].Visible = false;
layers[2].Added = false;
// === Create the layerControl, but don't addControl() it ===
// = Pass it an array of names for the checkboxes =
layerControl = new LayerControl(["Wiki", "Photos", "Webcams"]);
// === Create the MoreControl(), and do addControl() it ===
map.addControl(new MoreControl());
On Aug 7, 5:14 pm, FrEaKmAn <[email protected]> wrote:
> Hello
>
> Is it possible to fetch all video links based on certain location? For
> images I can use panoramio API, but Im not sure how to get video
> links.
>
> Best regards,
>
> Erol
--
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.