Package com.graphhopper.util.shapes


package com.graphhopper.util.shapes
  • Class
    Description
    A simple bounding box defined as follows: minLon, maxLon followed by minLat which is south(!) and maxLat.
     
    This class represents a polygon that is defined by a set of points.
    A shape interface to implement circles, polygons or rectangles.