How Do you change the map marker label color
My app shows the labels but the text is very light
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
My app shows the labels but the text is very light
Hello,
Could you please show us screen shot.
??
You can use Google Map API and CSS,
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
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.
One more thing I forgot to mention. If there is something that's missing from the docs, do let us know what it is.
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
Which element are you trying to change via CSS?