branflake2267 / GWT-Maps-V3-Api

GWT Maps V3 Javascript Bindings
Other
144 stars 113 forks source link

Data api #213

Open noahtaylor opened 10 years ago

noahtaylor commented 10 years ago

Hello, I was just wondering how come none of the data api classes were implemented? https://developers.google.com/maps/documentation/javascript/reference#Data

twistedpair commented 10 years ago

@noahtaylor Because our current release is 3.10 and the current targeted release is3.12. The feature you're looking for was just released in the 3.16 API. We've not gotten to it yet. Feel free to send along a pull request.

noahtaylor commented 10 years ago

After digging a bit a realized it was probably versioning, i couldn't see anywhere where google keeps a history of what was available in each version of their api. I will probably send out a pull request in a couple weeks, I'm about 50% complete on the code now, so far working great. Thanks.

twistedpair commented 10 years ago

@noahtaylor see the GMaps versioned API references. Sadly Google Maps team abandons the links every few releases.

However, their API change log is how you can usually figure out what's been added.

I've just finished buying a house/moving/vacationing, so I'll soon have more free time and make a few cracks at working through this backlog. Thanks for your offer of a pull request. I look forward to reviewing it. :)