Class TrafficIncidentDetail

java.lang.Object
com.azure.maps.traffic.models.TrafficIncidentDetail

public final class TrafficIncidentDetail extends Object
This object is returned from a successful Traffic incident Detail call.
  • Method Details

    • getId

      public String getId()
      Get the id property: ID of the traffic model for this incident.
      Returns:
      the id value.
    • getPointsOfInterest

      public List<TrafficIncidentPointOfInterest> getPointsOfInterest()
      Get the pointsOfInterest property: A single traffic incident, or a cluster of traffic incidents.
      Returns:
      the pointsOfInterest value.