Thanks for the reply Larry.

Bummer :(

I actually thought that this would be a fairly common request, to
allow people to create wrapper classes etc.

For example GWT would need wrapper classes to represent Google Maps
classes within java right?

One possible solution is that I build the XML doc on the client.
Something like:

for(var _class in google.maps)
{
    // add the class to me xml doc
}

This would be less than ideal however as I am sure it would include
'private' variables.  I would also lose parameter and return type
information. Yeah that is a horrible solution.

I may have to do it by hand, probably wont be that big a deal as I
only use a small percentage of the api.

The think I like about dynamically creating these classes is that
changes in the map API can easily be updated.




On Aug 25, 9:42 am, "[email protected]" <[email protected]>
wrote:
> On Aug 24, 4:22 pm, Doomsday <[email protected]> wrote:
>
>
>
> > Anybody???
>
> > On Aug 24, 6:13 pm, Doomsday <[email protected]> wrote:
>
> > > Hi All,
> > > I want to dynically build C# classes based off of the classes within
> > > the Google Maps API.
>
> > > I am hoping that you could retrieve the entire API as a XML document
> > > (similar to how a webservice has a WSDL) and from that I can iterate
> > > over the classes within the Google Maps API.
>
> > > Does anyone know if google provides this for the Google Maps API.
>
> > > The reason that I need to dynmically create these classes is that I am
> > > using a tool the compiles C# into javascript.  The google map classes
> > > that I want to create are for strong typing purposes only and have no
> > > implementation.
>
> I think the answer is no,  Google does not provide the Google Maps API
> except as the javascript API that is documented at the present time.
>
> But I don't use C#, to me the fact that no one has jumped in to tell
> you the answer is an answer in itself (although 13 hours is not a long
> time, some people in this group sleep)...
>
> You can always add a featurerequestto the Issue Tracker (if it isn't
> already there).
>
>   -- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to