L leitor79 Active Member Licensed User Longtime User Feb 26, 2018 #1 Hi, I'm starting to use this, and I need to know how to set the zoom level by code... I couldn't find the property or method withing the Mapfragment or googlemap objects... Regards,
Hi, I'm starting to use this, and I need to know how to set the zoom level by code... I couldn't find the property or method withing the Mapfragment or googlemap objects... Regards,
DonManfred Expert Licensed User Longtime User Feb 26, 2018 #2 B4X: Dim cp As CameraPosition cp.Initialize(latlon.Latitude, latlon.Longitude, zoom) gmap.AnimateCamera(cp) Upvote 0
B4X: Dim cp As CameraPosition cp.Initialize(latlon.Latitude, latlon.Longitude, zoom) gmap.AnimateCamera(cp)
BillMeyer Well-Known Member Licensed User Longtime User Feb 26, 2018 #3 Eish - DonManfred is on the Ball !! Upvote 0
L leitor79 Active Member Licensed User Longtime User Feb 27, 2018 #4 DonManfred said: B4X: Dim cp As CameraPosition cp.Initialize(latlon.Latitude, latlon.Longitude, zoom) gmap.AnimateCamera(cp) Click to expand... Thank you very much! Upvote 0
DonManfred said: B4X: Dim cp As CameraPosition cp.Initialize(latlon.Latitude, latlon.Longitude, zoom) gmap.AnimateCamera(cp) Click to expand... Thank you very much!