Class MapsPoint

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

public final class MapsPoint extends Object
Generic representation of a point with coordinates (x, y) in the Cartesian plane.
  • Method Details

    • getX

      public Float getX()
      Get the x property: x coordinate.
      Returns:
      the x value.
    • getY

      public Float getY()
      Get the y property: y coordinate.
      Returns:
      the y value.