Page 1 of 2

How Do you change the map marker label color

Posted: Mon Aug 26, 2013 2:14 am
by Willie Sims

My app shows the labels but the text is very light


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 2:25 am
by Igor

Hello,

Could you please show us screen shot.


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 2:28 am
by Willie Sims

How Do you change the map marker label color

Posted: Mon Aug 26, 2013 3:29 am
by Willie Sims

??


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 3:32 am
by Igor

You can use Google Map API and CSS,

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


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 4:12 am
by Willie Sims

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


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 4:24 am
by maxkatz

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.


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 4:41 am
by maxkatz

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


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 3:18 pm
by Willie Sims

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


How Do you change the map marker label color

Posted: Mon Aug 26, 2013 10:00 pm
by maxkatz

Which element are you trying to change via CSS?