Hi,
I have a problem with the centering of a google map when it is included in a cell of a layout. I have rows including a toolbar, some cells and a status bar. In the cells, I am using a grouplist, a pagelist and a scrollview including a googlemap view.
The map is configured as is : id:“myMap”, view:“googlemap”, zoom:15, mapType: “ROADMAP”, center:{ x: 45.055819, y: 5.087421 }. When I show the scrollview including the map, the map is displayed correctly but the center of the map is positionned in the upper left corner of the view instead of the center of the view …
When I include the same map in a Window view, the center is well positionned …
How should I make the position be centered corectly ? I tried many things to define width, … but no success.
Best regards, Frédéric