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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T09:12:40+00:00 2026-06-07T09:12:40+00:00

How can I use Google Adsense inside OpenLayers using a google maps layer? Code

  • 0

How can I use Google Adsense inside OpenLayers using a google maps layer?

Code to use adsense inside a google maps (v2) map:

map = new GMap2(document.getElementById("Gmap"));
adsManager = new GAdsManager(
    map, 
    "ca-pub-xxxxxxxxxxxxxxxx", 
    {
        maxAdsOnMap : 4,
        style: 'adunit'
    }
);
adsManager.enable();

## The HTML:
<div id="Gmap"></div>

result ads in google maps v2

Code to display google maps in openlayers:

map = new OpenLayers.Map("olmap")
var gmap = new OpenLayers.Layer.Google("Google Streets", {numZoomLevels: 20});
map.addLayers([gmap]);

## The HTML:
<div id="olmap"></div>

Is there any way to get the google maps object inside openlayers? Then I could use the first code to add the ads.

  • 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-07T09:12:42+00:00Added an answer on June 7, 2026 at 9:12 am

    I found it! Looking at Openlayers source code and firebug 🙂

    It seems that when you have this code

    map = new OpenLayers.Map("olmap")
    var gmap = new OpenLayers.Layer.Google("Google Streets", {numZoomLevels: 20});
    map.addLayers([osm, gmap]);
    
    ## The HTML:
    <div id="olmap"></div>
    

    you can use this js to reference the google maps object

    map.baseLayer.mapObject
    

    So, according to this, it would be something like

    ## html
    <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=adsense&sensor=true_or_false"></script>
    <div id="olmap"></div>
    
    ## js
    map = new OpenLayers.Map("olmap")
    var gmap = new OpenLayers.Layer.Google("Google Streets", {numZoomLevels: 20});
    map.addLayers([gmap]);
    
    var adUnitDiv = document.createElement('div');
    var adUnitOptions = {
      format: google.maps.adsense.AdFormat.HALF_BANNER,
      position: google.maps.ControlPosition.TOP,
      map: map.baseLayer.mapObject,
      visible: true,
      publisherId: 'YOUR_PUBLISHER_ID'
    }
    adUnit = new google.maps.adsense.AdUnit(adUnitDiv, adUnitOptions);
    

    (not tested)

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

Sidebar

Related Questions

Can I use Google Map's Streetview inside my apps?
How can I use Google Maps API to show me a full screen map
Right now I can use this URL to request a Google Static Maps image
Is there any way I can use a KMZ file in Google Maps? My
I'm learning the Google Maps API and I was wondering whether I can use
Can I use Google maps on public websites? Are there any licensing / copyright
Which modules can I use to add a google map to a node with
How can I use GOOGLE DOCS in my project which I am doing using
I use that Google Maps component MapView in an Android application. I can use
I have written a mapping application which can either use Google Maps or Open

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.