LogoLogo
  • Welcome
    • Introduction
    • What is Map AI?
    • Data Protection and Privacy
  • DATA PRODUCTS
    • Setup with Console
    • Map Image API
    • Map Features API
      • Speed Limit Signs
      • Turn Restriction Signs
      • Highway Signs
      • Stop Signs
      • Do Not Enter Sign
      • Fire Hydrants
      • Gas Prices (Limited Coverage)
      • Intersection Traffic Lights
      • Parking Restriction Signs
      • Road Width
      • Roadwork Construction
      • Speed & Red Light Cameras (Limited Coverage)
      • Toll Prices (Limited Coverage)
      • Vertical Height Restriction
    • Bee Edge AI
  • Fleets
    • Beekeeper AI for Fleets
    • Beekeeper Capabilities
    • Setup and Add Devices to Beekeeper
    • Beekeeper APIs
    • Beekeeper Webhooks
    • Beekeeper FAQ
  • Hardware
    • Bee
      • Assemble the Bee
      • Insert your SIM Card
      • Mount your Bee
      • Get Bee Maps App
      • Confirm Bee LTE Activated
      • Mount Check
      • Start Driving
      • Upload via Bee LTE
      • Upload via Bee WiFi
      • Updating Bee Firmware
      • Add Bee LTE to Fleet (Optional)
    • Bee FAQ
    • Bee Accessories
Powered by GitBook
On this page
Export as PDF
  1. DATA PRODUCTS
  2. Map Features API

Stop Signs

PreviousHighway SignsNextDo Not Enter Sign

Last updated 24 days ago

Stop Signs

Only at intersections, not warning signs of stop ahead.

{
  "id": "SLS123323",
  "objectClass": "stop-sign",
  "attributes": {
    "regulatory": "enforced"
  },
  "position": {
    "lon": -108.123,
    "lat": 34.234,
    "azimuth": 90,
    "height": 0.5,
    "width": 0.3
  },
  "observed": {
    "confidence": 0.9,
    "firstSeen": "2023-05-05T00:00:00.000Z",
    "lastSeen": "2023-05-05T00:00:00.000Z",
    "frameId": 1922121212933
  }
}