GeocodePointsItem.UsageTypes Property

Definition

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