Google maps v3, building shape - google-maps

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?

Related

How to Draw on Google Map

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

Place a layer on top of the street view - Google Maps API

I am wondering if there is a way I can place an image on top of a building in google maps street view and as I pan that view, this image would follow the exact same building x,y and z.
I know I can redraw the webgl sphere on top of the street view image, but I am not sure how precise it will be.
Any idea about how to do it using the GM API?
Thanks

Horizonless Google Maps

Would it be possible to project (transform) Google Maps to achieve something similar to this image ? A horizonless projection into a concave curved plane.
Or, even better, to achieve the same with Here Maps 3D view (canvas) .

How to retrieve a static map showing city or municipality boundaries

I'm not sure where to start looking in the documentation, but I'm trying to load map images of cities with their boundaries outlined.
Like this...
Any help getting started would be greatly appreciated, I'm pretty new to the maps api.
Thanks
There is currently no way to request a map with boundaries automatically rendered on it. Your best bet is to pull the polygon information from another system and render using an encoded polyline if you're using the Static Map API or regular overlays in the JavaScript API.
Google Static Map API
Here it is
here, some links to help you:
Geographical boundaries of states/provinces -> Google Maps Polygon
EInsert extension
Boundary Draw - Google Map Application
Getting neighbourhood boundaries from Google Maps API
https://stackoverflow.com/questions/8441467/can-you-draw-custom-search-boundaries-in-google-map
Ability to draw boundaries on Google Maps

custom google maps titles

i am trying to create tiles/Layers like this demo website.
http://www.clflightplanner.de/demos/dterra/
but I am new to this googlemaps. Are these tiles or layers?
Any book suggestion or tutorial link to kick off.
these are polygons drawn by google.maps.Polygon which is passed an array of latitude and longitude coordinates
http://code.google.com/apis/maps/documentation/javascript/overlays.html