Uses of Class
com.azure.core.models.GeoLineString
-
Packages that use GeoLineString Package Description com.azure.core.models Package containing core model classes. -
-
Uses of GeoLineString in com.azure.core.models
Methods in com.azure.core.models that return types with arguments of type GeoLineString Modifier and Type Method Description List<GeoLineString>GeoLineStringCollection. getLines()Unmodifiable representation of thegeometric linesrepresenting this multi-line.Constructor parameters in com.azure.core.models with type arguments of type GeoLineString Constructor Description GeoLineStringCollection(List<GeoLineString> lines)Constructs aGeoLineStringCollection.GeoLineStringCollection(List<GeoLineString> lines, GeoBoundingBox boundingBox, Map<String,Object> customProperties)Constructs aGeoLineStringCollection.
-