Interface PointsOfInterest.Builder

    • Method Detail

      • timestampRanges

        PointsOfInterest.Builder timestampRanges​(Collection<TimestampRange> timestampRanges)

        Contains the timestamp ranges (start time through end time) of matched categories and rules.

        Parameters:
        timestampRanges - Contains the timestamp ranges (start time through end time) of matched categories and rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestampRanges

        PointsOfInterest.Builder timestampRanges​(TimestampRange... timestampRanges)

        Contains the timestamp ranges (start time through end time) of matched categories and rules.

        Parameters:
        timestampRanges - Contains the timestamp ranges (start time through end time) of matched categories and rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.