WebMapViewer.Latitude

From Xojo Documentation

Property (As Double )
aWebMapViewer.Latitude = newDoubleValue
or
DoubleValue = aWebMapViewer.Latitude

New in 2011r2

Supported for all project types and targets.

Sets or Gets the latitude of the center of the map being displayed. Because you would normally want to set both the latitude and longitude, you must also call the Update method to send the changes to the browser.

Example

Set the map to a specific latitude and longitude:

MapViewer1.Latitude = 38.8977
MapViewer1.Longitude = -77.0366
MapViewer1.Update