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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:24:06+00:00 2026-05-31T06:24:06+00:00

is it possible with the new Google maps javascript API to change the colors

  • 0

is it possible with the new Google maps javascript API to change the colors of the maps to have something like this map under the light blue panel

  • 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-05-31T06:24:08+00:00Added an answer on May 31, 2026 at 6:24 am

    Styled maps might be what you are looking for,

    It’s worth mentioning the wizard first (note that in #9, it should be styles, not style)

    https://mapstyle.withgoogle.com

    These are references:

    http://code.google.com/apis/maps/documentation/javascript/reference.html#StyledMapType

    http://code.google.com/apis/maps/documentation/javascript/styling.html

    There’s an example of a styled map in the static API
    http://code.google.com/apis/maps/documentation/staticmaps/#StyledMaps

    The saturation and lightness control the look. Less saturated = less color, more lightness = whiter

    <!DOCTYPE html>
    <html>
      <head>
        <style type="text/css">
          html, body, #map_canvas { margin: 0; padding: 0; height: 100% }
        </style>
        <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
        <script type="text/javascript">
          var map;
          var grayStyles = [
            {
              featureType: "all",
              stylers: [
                { saturation: -90 },
                { lightness: 50 }
              ]
            },
          ];
          var mapOptions = {
            center: new google.maps.LatLng(41.325663, 19.8029607),
            zoom: 15,
            styles: grayStyles,
            mapTypeId: google.maps.MapTypeId.ROADMAP
          };
    
          function initialize() {
            map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
          }
    
          google.maps.event.addDomListener(window, 'load', initialize);
        </script>
      </head>
      <body>
        <div id="map_canvas"></div>
      </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to have an autocomplete functionality in Eclipse for Google Maps JavaScript API.
Is it possible start a new thread within an Async task? Something like this:
I have a map object lile var map = new google.maps.Map(document.getElementById(map_canvas),myOptions); and I want
I've recently started looking at the Google Maps API to try out something new
Isn't it any longer possible in Google Maps API V3 (JavaScript) to display a
Is this possible to create new {variable = x.something} and specify variable name dynamically?
Possible Duplicate: What does new() mean? Like in title. I wonder what this syntax
I'm new to Google maps and I'm wondering how would I program a Map
Possible Duplicate: How to put this code in v3 instead v2 map I have
The following sample code provided by google maps api var geocoder; var map; function

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.