Hello, how do i let the Google map mobile in satellite by default?
Hi Vinicius,
Insert this in the AdvancedOptions property of the Map:
"{ 'mapTypeId': google.maps.MapTypeId.SATELLITE }"
Notice that it does not have any '' in the value, since it is a constant.
Cheers,
José
Hi José,
Did you noticed that the Description of the property tells exactly the contrary?
But in fact, if you use the constant as "Text" it does not work. :)
Cheers,Eduardo Jauch
Yep.I noticed that.
I sent a PM to the developers.
Ok so how exactly i should put?
Exactly like José showed.You copy and past that exactly text in the AdvancedOptions of the Map. Unless you already have any options there. Than you just add the line inside the {} there.
Select the map widget, go to properties, double click the AdvancedOptions property to open the editor and type the options:
EDITAnd like José said, without any quotation marks around the option value.