Latitude Property

Gets or sets the latitude coordinate of the map center point.

object.Latitude as String

Use

The map center point can be set via Latitude and Longitude co-ordinates as an alternative to a street address.

Latitude and longitude values must correspond to a valid location on the face of the earth. Latitudes can take any value between -90 and 90. If you specify an invalid latitude or longitude value, the request will be rejected by the Google Maps API and the values ignored.

This property can also be mapped to a field on your form, using the Field Picker (), and its value will be passed through to the Latitude property.

BE AWARE THAT:

Where both the street address properties and Longitude and Latitude are specified, the street address properties (Street1, Street2, Street3, Street4, City, State, ZipCode, Country) will take precedence.

See Also

City property | Country property | MarkerToolTipText property | Longitude property | State property | Street1 property | Street2 property | Street3 property | Street4 property | Zipcode property

Applies To

GoogleMap control


© 2004-2021 looksoftware. All rights reserved.