Last active
February 24, 2020 10:31
-
-
Save ld-web/c7b102c333f3491fbc1faa53410285fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// File : src/Geocoding/OsmGeocoding.php | |
//... | |
class OsmGeocoding implements IGeocoding | |
{ | |
public function getLatLng(string $location): ?LatLng | |
{ | |
//... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment