Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9135045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:46:26+00:00 2026-06-17T08:46:26+00:00

I will use google maps for my project. As the overlay I will use

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:46:27+00:00Added an answer on June 17, 2026 at 8:46 am

    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:

    var styleArray = [
       {
        featureType: "poi.business",
        elementType: "labels",
        stylers: [
          { visibility: "off" }
        ]
      }
    ];
    

    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:

      myOptions = {
              center: new google.maps.LatLng(38.955, -94.806),
              zoom: 13,
              minZoom:13,
              maxZoom:23,
              scaleControl:true,
              styles: styleArray,
              mapTypeId: google.maps.MapTypeId.ROADMAP
                };
            }
    
            map = new google.maps.Map(document.getElementById("map_canvas"),
                myOptions);  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a Google Maps application that has the map of
I read that google maps will not be free to use for websites in
I am writing an android app that will use Google Maps but to implement
I want to develop an IOS app, that will use Google Maps JavaScript API
Really quick/simple question that will determine which map API i use for my project.
I try to create a WordPress plugin, that will use the Google maps directions
I am currently building a Google Maps project that will dynamically load and unload
I will use the following javascript to display a Google Map Window in a
I'm building a google maps web site with markers placed onto the map. Some
I'm porting a Google Maps based project to Osmdroid in order to use OpenStreetMaps.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.