susmith has asked for the wisdom of the Perl Monks concerning the following question:

How can I create a Google map object at server side and add layer, ie draw the shape using that map object. I don't want to load the map at client side, ie in browser. I just want to create a map at server side and do some computation at sever side it self and destroy that object. I have seen a module Geo::Google::MapObject in CPAN, but I can't see any method to add a layer.. etc.. Can any one guide me... thanks in advance Susmith

Replies are listed 'Best First'.
Re: Creating Google map at server side
by Anonymous Monk on Nov 05, 2009 at 08:39 UTC
    layer? Imagine I have no idea about google maps api, what is this layer? markers?