I will use google maps for my project. As the overlay I will use a map, with streets.
The problem is, that google has placed on this overlay a lot of things that I don’t need.
How company’s and some way info, and at the end it is not only painted, it is click-able, so that it creates info window with details of this point and URL if exist.
This is what I do not need. How can I remove it with Google Maps API?
Are you talking about removing the labels of various objects from the map? If so, then you need to use a map styles array, and then set the visibility of the particular object to off. So for example, this:
will turn business labels off so that you don’t see them, nor will they be clickable any more. You would create the object as shown above, then set this object to the “styles” property of your map options object before finally giving it to your map: