Gets or sets the distance in meters around the Location to define a region that influences the candidates returned from a geocoding request. If this parameter is specified, Location parameter must also be specified. The value is interpreted to be in meters.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Distance As Double |
C# | |
---|
public double Distance {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also