Re: Obtaining video links attached to map
Thank your for quick reply.
Is this the client or server side of obtaining videos?
Best regards,
Erol
On Aug 8, 9:44 am, Grok Lobster <discgolfm...@gmail.com> wrote:
> // ==== 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 <zasebn...@gmail.com> 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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home