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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:38:29+00:00 2026-06-12T04:38:29+00:00

How do pass color parameter to google maps api using google-maps-for-rails? I would like

  • 0

How do pass color parameter to google maps api using google-maps-for-rails? I would like to set color of each marker inside controller based on a value, so some would be red, some yellow and some green. I believe it is the icon property, in Symbol, looking at:

https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions

Also, I would like to have a number from 1-99 inside the marker, is it possible? So far I have this.

@json = Device.all.to_gmaps4rails do |device, marker|
end

I have been struggling with this for days, any help would be appreciated.

  • 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-12T04:38:30+00:00Added an answer on June 12, 2026 at 4:38 am

    You should simply leverage the google’s chart api.

    Example, the following is a marker with:

    • letter A
    • red color: FF0000
    • black text: 000000

    http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=A|FF0000|000000

    So you should customize your needs:

    @json = Device.all.to_gmaps4rails do |device, marker|
       marker.picture({
         :picture => "http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=A|FF0000|000000", # up to you to pass the proper parameters in the url, I guess with a method from device
         :width   => 32,
         :height  => 32
       })
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to to pass the colors for the events through my json
In XML, we can set a text color by the textColor attribute, like android:textColor=#FF0000
Is that possible? I want to pass my custom color as a parameter and
I am using the QueryStringParameter to pass a parameter in the SELECT statement to
I need to pass a color to GetRValue which accepts cardinals. However, TColor is
I'm generating a string of values (colors) like so: 'red|green|blue|yellow|orange|black' Can I pass this
I want to pass '#' to the query string like ?page.aspx?someParam=1234#5 .
I am trying to pass the fullcalendar events to my controller via Json, however
How can I pass a parameter from batch to vbscript? My batch script sends
Want to pass 4 values in AJAX parameter.First three are passing properly but the

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.