Uses of Class
com.azure.core.models.GeoPoint
Packages that use GeoPoint
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of GeoPoint in com.azure.core.models
Methods in com.azure.core.models that return GeoPointModifier and TypeMethodDescriptionstatic GeoPointGeoPoint.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aGeoPoint.Methods in com.azure.core.models that return types with arguments of type GeoPointModifier and TypeMethodDescriptionGeoPointCollection.getPoints()Unmodifiable representation of thegeometric pointsrepresenting this multi-point.Constructor parameters in com.azure.core.models with type arguments of type GeoPointModifierConstructorDescriptionGeoPointCollection(List<GeoPoint> points) Constructs aGeoPointCollection.GeoPointCollection(List<GeoPoint> points, GeoBoundingBox boundingBox, Map<String, Object> customProperties) Constructs aGeoPointCollection.