MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / PositionIn

Class PositionIn

backend/app/main.py:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77class PositionIn(BaseModel):
78 lat: float
79 lng: float
80 accuracy_m: float | None = None
81 speed_mps: float | None = None
82
83
84class GeoConvertIn(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected