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

  • Home
  • SEARCH
  • 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 7712173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:33:47+00:00 2026-06-01T01:33:47+00:00

Im embedding a google map with the gmap3 jQuery plug in: http://gmap3.net/index.html How can

  • 0

Im embedding a google map with the gmap3 jQuery plug in:
http://gmap3.net/index.html

How can I hide certain labels on the map?

By hiding .gmnoprint with CSS I can hide the controls but I still need to hide the Map/ Satellite option and the icon of a man thats top left.

For another view I need the controls to be visible so I cant hide gmnoprint. For this view I need to hide the 2 items mentioned above, and also the footer (which is visible if you dont hide .gmnoprint).

This project is an internal proof of concept only. If this goes to production we might use bing maps instead. For this reason I dont expect their to be any legal issues with what im trying to do.

Ive tried using CSS with different specifies but with surprising results, im guessing that google want to make it hard to hide things. Maybe I could run some JavaScript after the page is loaded to hide divs based on what content they have, but this seems quite a messy solution.

UPDATE With .gmnoprint:nth-child(3) I can hide the footer text (bottom right) but the ‘Google’ image bottom left div’s doenst have any classes or ids.

  • 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-01T01:33:48+00:00Added an answer on June 1, 2026 at 1:33 am

    The “man” is the streetView-control, it may be removed as all other controls via the options defined inside the API-docs

    $("#map")
      .gmap3({action: 'init',
              options:{
                        mapTypeControl:false,//hide mapTypeControl
                        streetViewControl: false//set it to false to hide the "man"
              }
    });
    

    disabling all controls:

    $("#map")
      .gmap3({action: 'init',
              options:{
                        mapTypeControl:false,
                        streetViewControl: false,
                        panControl:false,
                        rotateControl:false,
                        zoomControl:false
                      }
    });
    

    Note: you are not allowed to remove the footer-text(also not the google-logo). It must always be visible, no matter what purposes the map is used for

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't manage to load jQuery in a Google Chrome userscript. This is how
I am wondering about embedding the CrashCatcher framework ( http://code.google.com/p/plcrashreporter ) in a production
Im embedding a google map into a page with the simple iframe method. Is
I am embedding google presentation in my website. But the slides in it are
Embedding HTML within .PHP files is one of the primary functionalities of PHP, but
I know that embedding CSS styles directly into the HTML tags they affect defeats
I'm embedding dates from google calendar into a website, and it's all working, with
I experience the very known flash / html overlay issue in Google Chrome (16.0.912.75
When embedding WebView in an application and loading html-pages in it, JavaScripts alert() do
I am experimenting with embedding my pure offline mobile HTML5 ebook reader (http://www.hyper-books.com/) into

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.