Hi Gonen,
My Maps doesn't have an API directly, so you can't programattically
access the names of your maps.
I'm not sure what you're asking in your other question. It sounds like
you're asking if you can visit the href that is referenced by View in
Google Earth without a browser. When you click on View in Google
Earth, it downloads a KML file that has a <NetworkLink> file in it.
You could extract the href from and point to it with your application.
I believe, though, that all the ampersands are escaped, so you'd have
to replace each of these:
&
with this:
&
ManoM
On Mar 13, 1:49 pm, Gonen wrote:
> 2 questions please:
>
> Is it possible for me to extract the Map names into Java vector or
> file (so I will have a list of my Google Mymaps)?
>
> Is it possible to get the <href> data - that is extracted when using
> "View in Google Earth" button e.g.
http://maps.google.com/maps/ms?l=en&ie=UTF8&oe=UTF8&msa=0........