Uses of Class
com.azure.maps.search.models.Intersection
Packages that use Intersection
Package
Description
Package containing the data models for SearchClient.
-
Uses of Intersection in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return IntersectionModifier and TypeMethodDescriptionstatic IntersectionIntersection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Intersection from the JsonReader.MapsSearchAddress.getIntersection()Get the intersection property: The address of the result.Intersection.setBaseStreet(String baseStreet) Set the baseStreet property: Primary street for the location.Intersection.setDisplayName(String displayName) Set the displayName property: Complete name of the intersection.Intersection.setIntersectionType(String intersectionType) Set the intersectionType property: Type of intersection.Intersection.setSecondaryStreet1(String secondaryStreet1) Set the secondaryStreet1 property: The first intersecting street.Intersection.setSecondaryStreet2(String secondaryStreet2) Set the secondaryStreet2 property: If any, the second intersecting street.Methods in com.azure.maps.search.models with parameters of type IntersectionModifier and TypeMethodDescriptionMapsSearchAddress.setIntersection(Intersection intersection) Set the intersection property: The address of the result.