Documentation ¶
Index ¶
- type FakeGeocoding
- func (f *FakeGeocoding) CutCoordinates(float float64, precision int) (float64, error)
- func (f *FakeGeocoding) Geocode(_ context.Context, _ *beeorm.Engine, address string, ...) (*geocoding.Address, error)
- func (f *FakeGeocoding) ReverseGeocode(_ context.Context, _ *beeorm.Engine, latLng *geocoding.LatLng, ...) (*geocoding.Address, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGeocoding ¶
func (*FakeGeocoding) CutCoordinates ¶ added in v1.3.28
func (f *FakeGeocoding) CutCoordinates(float float64, precision int) (float64, error)
Click to show internal directories.
Click to hide internal directories.