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.

If not provided, then the Google Maps API service will be used.

See also


Top ↑

Parameters

(TribeEventsProViewsV2Geo_LocHandler_Interface) null|$geo_location_handler A Geo Location handler object, it must implement the TribeEventsProViewsV2Geo_LocServicesService_Interface interface.


Top ↑

Source

File: src/Tribe/Views/V2/Service_Provider.php


Top ↑

Changelog

Changelog
Version Description
4.7.9 Introduced.