Skip to content

Instantly share code, notes, and snippets.

@ld-web
Last active February 24, 2020 10:31
Show Gist options
  • Save ld-web/c7b102c333f3491fbc1faa53410285fa to your computer and use it in GitHub Desktop.
Save ld-web/c7b102c333f3491fbc1faa53410285fa to your computer and use it in GitHub Desktop.
<?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