Enum Class InteractiveMapOptions.CountMode

java.lang.Object
java.lang.Enum<InteractiveMapOptions.CountMode>
com.here.platform.data.client.model.InteractiveMapOptions.CountMode
All Implemented Interfaces:
Serializable, Comparable<InteractiveMapOptions.CountMode>, Constable
Enclosing class:
InteractiveMapOptions

public static enum InteractiveMapOptions.CountMode extends Enum<InteractiveMapOptions.CountMode>
Allowed values for CountMode in QuadBin requests.
  • real = real feature counts. Best accuracy, but slow. Not recommended for big result sets.
  • estimated = estimated feature counts. Low accuracy, but very fast. Recommended for big result sets.
  • mixed (default) = estimated feature counts combined with real ones. If the estimation is low a real count gets applied. Fits to the most use cases.
  • bool = test if data exists in tile but does not count features. The returned count property set to 1, for non empty tiles