mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
6 lines
80 B
Elixir
6 lines
80 B
Elixir
defmodule TerrainMock do
|
|
def get_elevation({_lat, _lng}) do
|
|
nil
|
|
end
|
|
end
|