0

Draw Multiple circle in Google Maps

asked 2012-11-15 06:38:56 +0800

pramasam gravatar image pramasam
3

Hi ,

I need to draw multiple circles in the google maps based on the markers.

My Sample ZUL file code :

<gmaps id="eventsMap" width="100%" height="100%" showSmallCtrl="true" />

My Java file looks like

                List<Gmarker>               markerList            = new ArrayList<Gmarker>();
                markerList  = loadMarkers();
                mapModel = new MapModelList(markerList);
                eventsMap.setModel(mapModel);

markerlist is a list of markers. With this help of code i am able to place all the markers in the Google maps. So map is displayed properly with all markers.

But I need to draw the circle for each marker. Please help me on this.

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-11-15 06:38:56 +0800

Seen: 59 times

Last updated: Nov 15 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More