But if what you really need is a static image of the map, then the Static
Maps API can give you that.
However, the Static Maps API has no support for some of the things you may
want to save, i.e. InfoWindow.

http://code.google.com/apis/maps/documentation/staticmaps/

<http://code.google.com/apis/maps/documentation/staticmaps/>If you are
looking at something that would give you, in a static image, exactly the
same thing your map shows at any given time, I'm afraid there is no such a
thing available in the Maps APIs.

On Mon, May 31, 2010 at 21:50, sangi1981 <sandro.gallo...@gmail.com> wrote:

> Thanks for the reply.
> I look at the tutorial.
> What is a kml file?
>
> The application I'm working already uses Google Map API.
> I was asked to extend this application, adding a button for saving as
> an image map currently displayed in the browser.
>
> So I wondered if it were possible, and how it is.
>
> Thanks again for any replies.
>
>
>
> On 31 Mag, 13:10, en4ce <djen...@googlemail.com> wrote:
> > Hi sangi
> >
> > step 1 store the cords (latlng) in a database
> > step 2. render a kml file out of the stored cords
> >
> > or render the file directy without store the data
> >
> > in both cases you´ll need that kml file
> >
> > take a look on the kml reference
> >
> > p.s. dont go with staticmaps :-P
> >
> > maybe try something easy like this 1st:
> http://code.google.com/intl/de-DE/apis/maps/documentation/javascript/...
> >
> > On 31 Mai, 12:35, sangi1981 <sandro.gallo...@gmail.com> wrote:
> >
> > > Hi,
> > > I'm new and I just started programming with AJAX and Google API.
> > > I'm developing on an open source project that uses Google maps.
> > > I was asked to save the map displayed on the PC.
> > > I'm trying to follow the path of static maps, but do not understand
> > > how I could do and if this is possible.
> > > If someone can give me some help?
> > > Thank you very much
>
> --
> 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
> google-maps-js-api...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to