search_api_location-8.x-1.0-alpha2/src/Plugin/search_api/data_type/RptDataType.php
src/Plugin/search_api/data_type/RptDataType.php
<?php
namespace Drupal\search_api_location\Plugin\search_api\data_type;
/**
* Provides the location data type.
*
* @SearchApiDataType(
* id = "rpt",
* label = @Translation("Spatial Recursive Prefix Tree"),
* description = @Translation("Spatial Recursive Prefix Tree data type implementation. Requires lat/lon as input and is needed to enable facet heatmaps")
* )
*/
class RptDataType extends LocationDataType {
}
