MapType represents the various types of maps the navigation service can ingest.
from enum viam.service.navigation.v1.MapType
from enum value: MAP_TYPE_GPS = 2;
from enum value: MAP_TYPE_NONE = 1;
from enum value: MAP_TYPE_UNSPECIFIED = 0;
MapType represents the various types of maps the navigation service can ingest.
Generated
from enum viam.service.navigation.v1.MapType