Documentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
GeoPoint
Inherits from:object
A class to represent a geographic point using latitude, longitude, and altitude.
Attributes:
latitude (float): Latitude in degrees.
longitude (float): Longitude in degrees.
altitude (float): Altitude in meters (e.g., above sea level).