Uses of Class
com.azure.core.models.GeoPosition
Packages that use GeoPosition
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoPosition in com.azure.core.models
Methods in com.azure.core.models that return GeoPositionModifier and TypeMethodDescriptionstatic GeoPositionGeoPosition.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aGeoPosition.GeoPoint.getCoordinates()Thegeometric positionof the point.Methods in com.azure.core.models that return types with arguments of type GeoPositionModifier and TypeMethodDescriptionGeoLinearRing.getCoordinates()Unmodifiable representation of thegeometric positionsrepresenting this linear ring.GeoLineString.getCoordinates()Unmodifiable representation of thegeometric positionsrepresenting this line.Constructors in com.azure.core.models with parameters of type GeoPositionModifierConstructorDescriptionGeoPoint(GeoPosition position) Constructs a geometric point.GeoPoint(GeoPosition position, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs a geometric point.Constructor parameters in com.azure.core.models with type arguments of type GeoPositionModifierConstructorDescriptionGeoLinearRing(List<GeoPosition> coordinates) Constructs a new linear ring with the passed coordinates.GeoLineString(List<GeoPosition> positions) Constructs a geometric line.GeoLineString(List<GeoPosition> positions, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs a geometric line.