so for the center :
MapView1.Map.Center = mappoint(Lat, lon)
For the zoom :
MapView1.Map.Zoom = n(1 <= n <=18)
2013/5/12 wally
> Hello,
>
> i'm starting to learn gb.map usage with the MapView example.
>
> How should, let say the Aboutbutton-Subroutine be modified, to center the
> map
Hello,
i'm starting to learn gb.map usage with the MapView example.
How should, let say the Aboutbutton-Subroutine be modified, to center the map
on a given longitude and latitude and a 10km radius zoom around this point ?
thanks wally
---