mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
6 lines
80 B
Elixir
6 lines
80 B
Elixir
defmodule TerrainMock do
|
|
def get_elevation({_lat, _lng}) do
|
|
nil
|
|
end
|
|
end
|