*/geo, geo elements
API providing the geo elements from the tracking map
Request
URL https://racemap.com/api/events/:eventId/geo
Method GET
Sample https://racemap.com/api/events/61a2055b10cacc0001302283/geo Corresponding map https://racemap.com/player/100KmDuathlon2018
Options
API provides only the splits of one tracking map. Sample: https://racemap.com/api/events/61a2055b10cacc0001302283/geo/splits
Response
(*) parameters related to splits, only
(**) parameters related to POIs and splits
Geo element object
racemapType
Definition of geo element
"track"
or "split"
or "poi"
eventId
Unique id of tracking map
"61a2055b10cacc0001302283"
name
Name of geo element provided in map settings
"Track 0"
or "Marathon"
shortName
**
Short name of POI or split
"VP01"
or "Cam2"
color
Color of geo element, hex code
"#ffffff"
or "#32c4f7"
hidden
Visibility in tracking map
true
or false
icon
**
URL of image
"https://static-cdn.racemap.com/img/map-icons/finish-01_borderless.svg"
timekeeping
*
Split in leaderboard or geofence in */time API
true
or false
readerIds
**
IDs of decoders, arrey of strings
[]
or [ "U001", "U003" ]
newSport
*
Start of a new segment, definition of type of sport
"running"
lineStringId
*
Id of the track to which this split is associated.
"64514d7ec3ab09659eb29e71"
coordinateIndex
Number of the coordinate of the track to which the split is assigned.
253
or 12
creatorId
User id of the event host
"51782b0cd37706937400000d"
length
Length of the track in km
99.50403889646452
pointCount
Number of points of the track
1192
offset
*
Length [m] on which the split is set on the track
19029.765609128
resetSpeed
**
Velocity [km/h] used for prediction
null
or 1.5
or 60
minSpeed
**
Velocity [km/h] used for prediction
null
or 1.5
or 60
minSpeed
*
Velocity [km/h] used for prediction
null
or 1.5
or 60
oldId
An old reference to the geo element
"cf31ed00-d2a1-47c3-8306-fd55b09a1bb0"
or "_wi57w51ay"
createdAt
Timestamp of when the element was added to the event in RACEMAP
"2021-09-10T03:04:07.020Z"
or null
updaterId
Id of the user that updated the elment latest
"c001cafe15abad1deabada55"
updatedAt
Timestamp of latest update of the element
"2023-05-02T17:50:54.304Z"
id
Unique id of geo lement
"64514d7ec3ab09659eb29e71"
Geometry object
type
Definition of the geo element
"LineString"
or "Point"
Coordinates array
Longitude, latitude, hight above sea level [m]
[ 13.704979999999978, 51.02677, 165 ]
Last updated