GoogleMap Control v6.0
Declaration Syntax
Value
Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)
The initial LatLng map center.
This is a new property which handles the Latitude and Longitude values.
The initial map center LatLng can be set through Latitude and Longitude properties of
Center or by comma seprated values pair string.
For example:
GoogleMap1.Center.Latitude = 42.1229;
GoogleMap1.Center.Longitude = 24.7879;
or
GoogleMap1.Center = "42.1229,24.7879";


The center.