Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

How Do you change the map marker label color

My app shows the labels but the text is very light

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How Do you change the map marker label color

Hello,

Could you please show us screen shot.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How Do you change the map marker label color

You can use Google Map API and CSS,

https://developers.google.com/maps/do...

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

How Do you change the map marker label color

Thanks for NOT answering my Question

How do you people expect to keep your customers if you are not willing to support your customers
You spend more time answering a question telling a person to read this or that than you do actually giving examples or walking a person through an issue

You have had multible complaints from new users that your docs are incomplete yet you insist on sending users to them

The only exception to that is Max

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How Do you change the map marker label color

The support team that we have -- they are much better in answering support questions than myself :). I hope you understand that providing support for custom app logic code or 3rd party APIs is simply outside the scope of our support. However, if you look on the forum, we usually do help with such questions.

Igor replied with a link because that's the best place to learn how to use Google Map API. There is little value for us to simply copy their docs.

If you show us what you tried and what doesn't work, we'll be happy to help you.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How Do you change the map marker label color

One more thing I forgot to mention. If there is something that's missing from the docs, do let us know what it is.

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

How Do you change the map marker label color

That just it Max , there isnt any real custom code

code
setTimeout( function() {
var chicago = new google.maps.LatLng(41.850033, -87.6500523);

var map = new google.maps.Map(document.getElementsByName("fuelMap")[0], {
center: chicago,
zoom: 12,
mapTypeId: 'roadmap'
});

var layer = new google.maps.FusionTablesLayer({
query: {
select: 'Geocodable address',
from: '14QcpzhzP0ejGA3Pv-o2Ydid6CqT3n4TzlBtzOvg'
},
});
layer.setMap(map);
}, 1000);
/code

code
<div class="googft-info-window">

/code

This is the class of the info window using dev tools,

Can I create a Css for just that item without messing the source up?
I didn't change any css rules so I though it would default to the css style in phonegap

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How Do you change the map marker label color

Which element are you trying to change via CSS?

Return to “Issues”