OLGeolocateGeolocationOptions Property |
Options to pass to the navigator’s geolocation API. See http://dev.w3.org/geo/api/spec-source.html. No specific option is passed to the geolocation API by default.
Namespace:
Cadcorp.Web.UI.OpenLayers
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic string GeolocationOptions { get; set; }
Public Property GeolocationOptions As String
Get
Set
<asp:OLGeolocate GeolocationOptions="String" />
Property Value
Type:
String
See Also