Class VertexBoundingBoxSearch

java.lang.Object
com.here.platform.location.inmemory.geospatial.VertexBoundingBoxSearch

public class VertexBoundingBoxSearch extends Object

This is an experimental API. It may be removed or changed from one version to the next.

Contains factory methods for creating BoundingBoxSearches returning Vertices.

  • Constructor Details

    • VertexBoundingBoxSearch

      public VertexBoundingBoxSearch()
  • Method Details

    • from

      public static com.here.platform.location.core.geospatial.BoundingBoxSearch<Vertex> from(com.here.platform.location.core.geospatial.BoundingBoxSearch<scala.Tuple2<TileId,SegmentIndex>> innerSearch)
      Creates a Vertex BoundingBoxSearch from a BoundingBoxSearch returning a pair of a TileId and a SegmentIndex in that tile.