apply_filters( 'tribe_events_pro_views_v2_geo_location_service', TribeEventsProViewsV2Geo_LocHandler_Interface )
Filters the Geo Location API Service object that should be used to resolve addresses to a set of coordinates.
Contents
If not provided, then the Google Maps API service will be used.
See also
- TribeEventsProViewsV2Geo_LocServicesGoogle_Maps: for the default service.
Parameters
-
(TribeEventsProViewsV2Geo_LocHandler_Interface) null|$geo_location_handler A Geo Location handler object, it must implement the
TribeEventsProViewsV2Geo_LocServicesService_Interfaceinterface.
Source
Changelog
| Version | Description |
|---|---|
| 4.7.9 | Introduced. |