Open up Apple Maps instead of maps.google.com in IOS

This commit is contained in:
root
2019-03-30 15:44:14 -04:00
parent 34e6dde43b
commit f50bace9e9
4 changed files with 15 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<tr>
<td><i class="fa fa-map-marker"></i></td>
<td>
<a href="https://maps.google.com?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
<a href="//maps.<?php echo $session_map_source; ?>.com/?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
<?php echo $client_address; ?>
<br>
<?php echo "$client_city $client_state $client_zip"; ?>