GeocodePointsItem.UsageTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The best use for the geocode point.
Each geocode point is defined as a Route
point, a Display
point or both.
Use Route
points if you are creating a route to the location. Use Display
points if you are showing the location on a map. For example, if the location is a park, a Route
point may specify an entrance to the park where you can enter with a car, and a Display
point may be a point that specifies the center of the park.
public System.Collections.Generic.IReadOnlyList<Azure.Maps.Search.Models.UsageTypeEnum> UsageTypes { get; }
member this.UsageTypes : System.Collections.Generic.IReadOnlyList<Azure.Maps.Search.Models.UsageTypeEnum>
Public ReadOnly Property UsageTypes As IReadOnlyList(Of UsageTypeEnum)
Property Value
Applies to
Azure SDK for .NET