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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:01:39+00:00 2026-06-05T16:01:39+00:00

I am using Google Maps V3 API to display my map. Problem: How can

  • 0

I am using Google Maps V3 API to display my map.

Problem: How can I color tint the map, say blue, such that the map tiles have a blue tint to it, but the markers and other overlays do not? I do not wish to use custom-styles on the map itself which will cause me to hit the google map usage limits for styled maps quickly.

I thought of adding a blue polygon with an opacity, but figured the polygon will move off screen when you pan the map. Is there a better way to achieve this effect?

  • 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-05T16:01:41+00:00Added an answer on June 5, 2026 at 4:01 pm

    Adding a rectangle looks pretty convincing to me, with a defect: flicker when the map is zoomed in and out. I didn’t test thoroughly but you might run into layering issues, for example, being unable to click on a line that’s below the rectangle. The marker, as I remember, is in a different pane so it is clickable.

    Demo http://jsfiddle.net/yV6xv/27/

    bounds = new google.maps.LatLngBounds(
      new google.maps.LatLng(-84.999999, -179.999999), 
      new google.maps.LatLng(84.999999, 179.999999));
    
    rect = new google.maps.Rectangle({
        bounds: bounds,
        fillColor: "#0000ff",
        fillOpacity: 0.3,
        strokeWeight: 0,
        map: map
    });
    

    Side note: I tried a KML overlay like this:

      <ScreenOverlay>
        <name>Dynamic Positioning: Top of screen</name>
        <visibility>0</visibility>
        <Icon>
          <href>http://...blue.png</href>
        </Icon>
        <overlayXY x="0" y="1" xunits="fraction" yunits="fraction"/>
        <screenXY x="0" y="1" xunits="fraction" yunits="fraction"/>
        <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/>
        <size x="1" y="1" xunits="fraction" yunits="fraction"/>
      </ScreenOverlay>
    

    Would have been a winner, but you can’t drag and scroll the map.

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

Sidebar

Related Questions

I'm using the google maps javascript API v3 to display a map in a
I am using Google Maps API to display a map on a certain page.
I am using Google Maps Api v3 to display a map. This is the
I'm using Google Maps API to display a map and some markers on it.
I am using Google Maps API v3 , and have several map markers that
I am trying to display google maps using the google map api on avd
im using google maps api and im having this problem with showing the info
It seems that licensing terms would prevent us from using Google Maps API in
I'm using the Google maps API (v2) to display a country overlay over a
I'd like to display a highlighted polygon using Google Maps. The idea is that

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.