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 9197847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:09:39+00:00 2026-06-17T22:09:39+00:00

I want to achieve something like this : Adding transparent overlay on google map

  • 0

I want to achieve something like this :
Adding transparent overlay on google map

Basically I need the image on top of the map to be fixed on top of the map div, but still be able to drag and have all actions available on the map.

I found a solution with the css3 hack pointer-events to none.
and my code looks like this :

<div id="overlayMap"></div> //the div with a transparent png background that I set the pointer-events: none;
<div id="map"></div>

But that isn’t perfect since it’s not working in all IE versions as well as in Opera :
https://developer.mozilla.org/en-US/docs/CSS/pointer-events

and I also found this:
Google Maps transparent image overlay

but this isn’t exactly what I need since I want the whole image to cover the map.

Is there any way to achieve this with the google map 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-17T22:09:41+00:00Added an answer on June 17, 2026 at 10:09 pm

    You can do something like

    function setOpacityLayerAcrossWholeMap(map) {
        new google.maps.Rectangle({
            fillColor: 'grey',
            fillOpacity: 0.65,
            map: map,
            bounds: new google.maps.LatLngBounds(
        new google.maps.LatLng(-90, -180),
        new google.maps.LatLng(90, 180))
        });
    }
    

    I have done it myself and works, hope it is what you are looking for!

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

Sidebar

Related Questions

I want to achieve something like this: A) Is an square image, say 65x65.
I want to achieve something like this in C# 3.5: public void Register<T>() :
I want to achieve something like this inside a UIView: I have created a
I want to achieve something like the following: UrlBuilder ub = new UrlBuilder(http://www.google.com/search); ub.Parameters.Add(q,request);
I want to achieve something like this in Enterprise Architect's Communication Diagrams: start() ----------------
I want to achieve something like this . Here the page automatically loads new
I'm using WPF 3.5 SP1 and I want to achieve something like this (the
Im trying to achieve something like this image: the problem its when im on
I want to achieve something like this. http://jsfiddle.net/dpnay/ . A textarea with some text
I want to do achieve something like this in Objective-C +(int[10][10])returnArray { int array[10][10];

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.