rishabhthakur / mapstraction

Automatically exported from code.google.com/p/mapstraction
Other
0 stars 0 forks source link

Add GMapOptions support #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I need to set the background color for the Google Map. This is possible with 
the GMapOptions given 
to the GMap2 constructor (GMap2(container:Node, opts?:GMapOptions)). Any chance 
to get this into 
mapstraction?

Example:

var map = new GMap2(this, {
    backgroundColor: '#9D030A'
});  

Enrico

Original issue reported on code.google.com by enrico.s...@gmail.com on 31 Jan 2010 at 10:41