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
  • Speed Limits
  • School Speed Limit
  • EU Speed Limit Start
  • EU Speed Limit End
  • EU Minimum Speed Limit Start
  • EU Minimum Speed Limit End
  • Trucks Speed Limit
  • Time Restriction Speed Limit
Export as PDF
  1. DATA PRODUCTS
  2. Map Features API

Speed Limit Signs

PreviousMap Features APINextTurn Restriction Signs

Last updated 24 days ago

Speed Limits

In additional to regulatory speed limit signs (in US the white signs with black lettering); Bee Maps supports a wide range of speed limit signs, including:

  • Speed limit for school zones

  • Speed limit zone start and zone end (EU)

  • Minimum speed limit zone start and zone end (EU)

  • Speed limit for construction zones

  • Speed limit for trucks

  • Speed limit with time restrictions

  • Speed limit with minimum speed

{
  "id": "SLS1553923",
  "objectClass": "speed-limit-sign",
  "attributes": {
    "speedLimit": 50,
    "unit": "mph",
    "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
  }
}

School Speed Limit

{
  "_id": "6483a941940f2c46ee0caa09",
  "label": "speed-sign",
  "pos": {
    "type": "Point",
    "coordinates": [-111.87630892871083, 33.325780130212074]
  },
  "azimuth": 180.454,
  "width": 1.1020002365112305,
  "height": 1.3314208984375,
  "firstObservedAt": "2023-06-01T21:08:07.522Z",
  "lastObservedAt": "2025-04-17T22:39:22.780Z",
  "confidence": 0.5504142535022245,
  "createdAt": "2023-06-09T22:35:45.858Z",
  "updatedAt": "2025-04-21T07:43:27.556Z",
  "mapFeatureClass": "speed-sign"
}

EU Speed Limit Start

{
  "_id": "65f9ed66a181751f9ee3a4cc",
  "label": "speed-sign-eu",
  "pos": {
    "type": "Point",
    "coordinates": [5.863131140395069, 46.06743042690155]
  },
  "azimuth": 288.96330578371413,
  "width": 1.058502197265625,
  "height": 0.88714599609375,
  "firstObservedAt": "2024-03-04T12:22:35.416Z",
  "lastObservedAt": "2024-07-17T08:57:30.059Z",
  "confidence": 0.5,
  "createdAt": "2024-03-19T19:54:14.128Z",
  "updatedAt": "2024-07-18T08:35:04.923Z",
  "mapFeatureClass": "speed-sign"
}

EU Speed Limit End

{
  "_id": "663679fc31de379221ffd538",
  "label": "speed-sign-eu",
  "pos": {
    "type": "Point",
    "coordinates": [-7.885996256839695, 40.62661454888846]
  },
  "azimuth": 55.12700000000005,
  "width": 1.3340911865234375,
  "height": 0.62225341796875,
  "firstObservedAt": "2024-03-10T16:18:15.654Z",
  "lastObservedAt": "2024-06-15T08:53:58.653Z",
  "confidence": 0.5,
  "createdAt": "2024-05-04T18:10:04.053Z",
  "updatedAt": "2024-07-18T07:55:55.391Z",
  "mapFeatureClass": "speed-sign"
}

EU Minimum Speed Limit Start

{
  "_id": "6614b3e532b622c8f7ddb6ba",
  "label": "speed-sign-eu",
  "pos": {
    "type": "Point",
    "coordinates": [-9.11553371721991, 38.78939406615212]
  },
  "azimuth": 211.88651752966757,
  "width": 2.0655975341796875,
  "height": 2.873504638671875,
  "firstObservedAt": "2024-01-31T10:32:50.303Z",
  "lastObservedAt": "2024-05-23T17:33:14.093Z",
  "confidence": 0.5,
  "createdAt": "2024-04-09T03:20:05.914Z",
  "updatedAt": "2024-08-14T00:10:57.094Z",
  "mapFeatureClass": "speed-sign"
}

EU Minimum Speed Limit End

{
  "_id": "66825af82e58f3dda697888b",
  "label": "speed-sign-eu",
  "mapFeatureClass": "speed-sign",
  "pos": {
    "type": "Point",
    "coordinates": [-8.437395638372585, 40.22498540009786]
  },
  "azimuth": 30.551696049481457,
  "width": 2.4817962646484375,
  "height": 2.0295944213867188,
  "firstObservedAt": "2024-04-24T08:19:14.903Z",
  "lastObservedAt": "2024-04-26T15:21:22.936Z",
  "confidence": 0.5,
  "createdAt": "2024-07-01T07:30:00.206Z",
  "updatedAt": "2024-07-03T20:00:01.779Z"
}

Trucks Speed Limit

{
  "_id": "67e1d4b5a710979018d6b34a",
  "label": "speed-sign",
  "pos": {
    "type": "Point",
    "coordinates": [-114.95215837035211, 34.84997936819571]
  },
  "azimuth": 242.71493749513274,
  "width": 1.6089209422362478,
  "height": 1.704986929481908,
  "firstObservedAt": "2024-08-06T20:11:43.207Z",
  "lastObservedAt": "2025-03-24T16:15:33.428Z",
  "confidence": 0.5,
  "createdAt": "2025-03-24T21:55:01.324Z",
  "updatedAt": "2025-03-24T21:58:00.722Z"
}

Time Restriction Speed Limit

{
  "_id": "6500ac7669779778f40ed574",
  "label": "speed-sign",
  "pos": {
    "type": "Point",
    "coordinates": [-111.6009675107262, 33.32575986444603]
  },
  "azimuth": 358.05494809150696,
  "width": 0.8954000473022461,
  "height": 2.45599365234375,
  "firstObservedAt": "2023-06-20T19:30:47.147Z",
  "lastObservedAt": "2025-02-25T20:25:16.249Z",
  "confidence": 0.39718812241089546,
  "createdAt": "2023-09-12T18:22:46.433Z",
  "updatedAt": "2025-02-27T13:40:07.831Z"
}