How to Draw on Google Map - google-maps

I need to create a shape on the google map. If the user wants to create a shape(Polygon, Circle, Rectangle, Square) with the help of Drawer he will be able to draw shapes.
Is there any related feature of Google Maps which I can use to achieve this feature?
Thanks in advance

There is, you may try reading Drawing Manager from Google Maps Api Drawing Layer (Library)
Here is a working example of what you can achive
GoogleEx_DrawingTools

Related

Polygon right angles with Google Maps

In Google Mapmaker it's possible to draw polygons and in the edit state when you hold down shift it helps you to make right angles.http://www.google.com/mapmaker
When I try this in my own google maps where I enabled polygon drawings it's not possible to use the shift key to do this. Is there anything to enable this? It would be really useful.
This is what I use to make the polygons: https://developers.google.com/maps/documentation/javascript/examples/polygon-simple

Google Map API - polygon cutted off from another polygon

I'd like to draw polygon into the Google Map API and cut another polygon which lies inside the first one off. Is this possible? Could you give me any example, please (maybe link to the page with working example)?
Thank you very much.

Google maps v3, building shape

Is there any way to auto create marker with shape like building borders by knowing only coordinates, which in this building?
Image example - http://d.pr/eqUT
Yes there is. If you know coordinates of all corners of that building, you could draw a ploygon, check this out: http://www.birdtheme.org/useful/googletool.html
also google maps API v3 - how to draw dynamic polygons/polylines?

Google Maps - Online Map Marker to mark polygons and shapes onto the map

I'm looking looking for a tool that will allow me to make a map exactly like this:
http://datasearch.uts.edu.au/about/mapsdirections/map.cfm
Basically I need to put shapes around buildings in the satellite view and then slap a marker and information window on them so that I can specify the building name and contents.
So the main issue is that I need the ability to draw shapes directly onto the maps as I don't fancy taking down the lat lng of each corner of the polygon.
Ideally what I'd like to do is have an online application that exports those points to KML, and then I would display google maps on my site and import that kml to display it.
Other suggestions welcome!
Jason
Found a polygon creator
http://www.the-di-lab.com/polygon/
It's simple to use and allows you to copy and paste straight into your code. Would be nice if it had a button that said sent to kml though..

Web-based UI element for selecting a geographical location

I'd like to create / use a UI element for a web-site that provides a world map, on which the user can draw a circle to indicate an area of interest. I'd like information on the coordinates of the area covered by the circle to be available to me via Javascript for sending back to the server over Ajax.
Does such a control exist, and if not how difficult would this be to implement using something like Google Maps?
Google would have that as part of it's api as would OpenLayers
maybe Artem GoogleMap can help you.