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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:08:32+00:00 2026-06-17T16:08:32+00:00

Following code working: function() { var Marker = new google.maps.Marker(); var MarkerOptions = {};

  • 0

Following code working:

function()
    {
    var Marker = new google.maps.Marker();
    var MarkerOptions = {};
    MarkerOptions.map = my_map;
    MarkerOptions.position = new google.maps.LatLng(0,0);
    MarkerOptions.animation = google.maps.Animation.DROP;
    MarkerOptions.clickable = true;
    MarkerOptions.cursor = 'pointer';

    Marker.smallicon = [{
        anchor:null,
        origin:null,
        scaledSize:null,
        size:new google.maps.Size(20,32),
        url:'http://maps.gstatic.com/mapfiles/markers2/marker_sprite.png'
        }];

    Marker.setOptions(MarkerOptions);
    }

And after add this one line, console shooting full of errors

function()
    {
    var Marker = new google.maps.Marker();
    var MarkerOptions = {};
    MarkerOptions.map = way_map;
    MarkerOptions.position = new google.maps.LatLng(0,0);
    MarkerOptions.animation = google.maps.Animation.DROP;
    MarkerOptions.clickable = true;
    MarkerOptions.cursor = 'pointer';

    Marker.smallicon = [{
        anchor:null,
        origin:null,
        scaledSize:null,
        size:new google.maps.Size(20,32),
        url:'http://maps.gstatic.com/mapfiles/markers2/marker_sprite.png'
        }];

    Marker.setIcon(Marker.smallicon);
    Marker.setOptions(MarkerOptions);
    }

I don’t understand it more, it working with google.maps.MarkerImage but in reference is written

A structure representing a Marker icon or shadow image. This class is
deprecated in favor of Icon.

So i try to work with Icon, they have changed it from constructor to Object so was changed the model of calling.

  • 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-17T16:08:32+00:00Added an answer on June 17, 2026 at 4:08 pm

    Marker.smallicon currently is an array, not a google.maps.Icon

    use either:

    Marker.setIcon(Marker.smallicon[0]);
    

    or let it be an object:

    Marker.smallicon = {
            size:new google.maps.Size(20,32),
            url:'http://maps.gstatic.com/mapfiles/markers2/marker_sprite.png'
            };
    

    Note: you don’t need to set all options of a google.maps.Icon, ommit the options that you dont want to set.

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

Sidebar

Related Questions

I have the following code working in a jsfiddle: http://jsfiddle.net/S5Cjm/1242/ function InOut(elem) { var
Having the following code: var loadingSoundTitle:String; var loadingSound:Sound = new Sound(); function loadFile(str:String) {
Ok so I developed the following code to use Google Maps with Marker Clusterer.
i am using following code to show google map and also create a marker
In the following (working) code example, the templated register_enum() function is used to iterate
I have the following code: $(.zalen).change(function(){ var number = $(this).val(); $('.Zaal').load('zaal'+ number +'.html'); var
I receive the following error and can't seem to figure out why a google.maps.latLng
I have the following code: $(document).ready(function() { var $body = $(body); for (var i
Please take a look at the following code... $(#page_info_select_box).live(keypress,function(){ var sele = domain; var
I am using the following code: function deleteImage2($item) { $item.fadeOut(function() { var $list =

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.