G.lokeswar
G.lokeswar

Reputation: 25

Add/modify overlay feaures using Google API

I'm using Google API, ExtJs 3.21, Java for my application. I have already done the vector layer creation and modification features using Openlayers. But, now i have to convert into Google API.

Can we create overlay / vector layers creation, call overlay layer(by name or by id), add values, edit values, delete values in overlay layer using Google API.

Please guide me to do this with some sample examples.

Thanks.

Upvotes: 1

Views: 31

Answers (1)

Pavan Kumar T S
Pavan Kumar T S

Reputation: 1559

Here is the google map API reference for the overlays might help to convert your vector layers to google maps overlay

Upvotes: 1

Related Questions