/** disables display of the my location icon **/
add_filter( 'facetwp_map_proximity_marker_args', '__return_false' );
Code snippets for FacetWP
/** disables display of the my location icon **/
add_filter( 'facetwp_map_proximity_marker_args', '__return_false' );