Android Question Google Maps fragment dimensions

peacemaker

Expert
Licensed User
Longtime User
HI, All

How to adjust the map size ? If to place some info list under it - the map height must be adjusted not by the designer, but by code.
 

DonManfred

Expert
Licensed User
Longtime User
Create a Layout with just the MapFragment. Must be done with designer.
Create a Panel of the desired size by code. Load the MapFragment-Layout to this panel.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Thanks, helped !
But why the Mapfragment is without dimension setters ?
 
Upvote 0

eurojam

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top