Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asynkron/realtimemap-go
/ functions
Functions
191 in github.com/asynkron/realtimemap-go
⨍
Functions
191
◇
Types & classes
48
Method
OnPosition
(*Position, cluster.GrainContext)
backend/grains/protos_protoactor.go:260
Method
OnPosition
OnPosition requests the execution on to the cluster with CallOptions
backend/grains/protos_protoactor.go:272
Method
OnPosition
(position *Position, ctx cluster.GrainContext)
backend/grains/vehicle_grain.go:17
Method
OnPosition
(position *Position, ctx cluster.GrainContext)
backend/grains/organization_grain.go:34
Function
OrganizationFactory
OrganizationFactory produces a Organization
backend/grains/protos_protoactor.go:217
Method
ProtoMessage
()
backend/grains/protos.pb.go:88
Method
ProtoMessage
()
backend/grains/protos.pb.go:135
Method
ProtoMessage
()
backend/grains/protos.pb.go:231
Method
ProtoMessage
()
backend/grains/protos.pb.go:279
Method
ProtoMessage
()
backend/grains/protos.pb.go:337
Method
ProtoMessage
()
backend/grains/protos.pb.go:413
Method
ProtoMessage
()
backend/grains/protos.pb.go:467
Method
ProtoMessage
()
backend/grains/protos.pb.go:514
Method
ProtoMessage
()
backend/grains/protos.pb.go:566
Method
ProtoMessage
()
backend/grains/protos.pb.go:648
Method
ProtoMessage
()
backend/grains/protos.pb.go:693
Method
ProtoReflect
()
backend/grains/protos.pb.go:90
Method
ProtoReflect
()
backend/grains/protos.pb.go:137
Method
ProtoReflect
()
backend/grains/protos.pb.go:233
Method
ProtoReflect
()
backend/grains/protos.pb.go:281
Method
ProtoReflect
()
backend/grains/protos.pb.go:339
Method
ProtoReflect
()
backend/grains/protos.pb.go:415
Method
ProtoReflect
()
backend/grains/protos.pb.go:469
Method
ProtoReflect
()
backend/grains/protos.pb.go:516
Method
ProtoReflect
()
backend/grains/protos.pb.go:568
Method
ProtoReflect
()
backend/grains/protos.pb.go:650
Method
ProtoReflect
()
backend/grains/protos.pb.go:695
Method
Receive
(ctx actor.Context)
backend/grains/geofence_actor.go:23
Method
Receive
Receive ensures the lifecycle of the actor for the received message
backend/grains/protos_protoactor.go:140
Method
Receive
Receive ensures the lifecycle of the actor for the received message
backend/grains/protos_protoactor.go:332
Method
Receive
(ctx actor.Context)
backend/grains/user_actor.go:32
Method
ReceiveDefault
(ctx cluster.GrainContext)
backend/grains/protos_protoactor.go:259
Method
ReceiveDefault
(ctx cluster.GrainContext)
backend/grains/vehicle_grain.go:39
Method
ReceiveDefault
(ctx cluster.GrainContext)
backend/grains/organization_grain.go:69
Method
Reset
()
backend/grains/protos.pb.go:75
Method
Reset
()
backend/grains/protos.pb.go:122
Method
Reset
()
backend/grains/protos.pb.go:218
Method
Reset
()
backend/grains/protos.pb.go:266
Method
Reset
()
backend/grains/protos.pb.go:324
Method
Reset
()
backend/grains/protos.pb.go:400
Method
Reset
()
backend/grains/protos.pb.go:454
Method
Reset
()
backend/grains/protos.pb.go:501
Method
Reset
()
backend/grains/protos.pb.go:553
Method
Reset
()
backend/grains/protos.pb.go:635
Method
Reset
()
backend/grains/protos.pb.go:680
Method
SendNotification
(connectionID string, notification *grains.Notification)
backend/server/hub.go:48
Method
SendPositionBatch
(connectionID string, batch *grains.PositionBatch)
backend/server/hub.go:42
Method
SetViewport
(swLng float64, swLat float64, neLng float64, neLat float64)
backend/server/hub.go:54
Function
StartNode
()
backend/protocluster/protocluster.go:13
Method
String
()
backend/grains/protos.pb.go:48
Method
String
()
backend/grains/protos.pb.go:131
Method
String
()
backend/grains/protos.pb.go:227
Method
String
()
backend/grains/protos.pb.go:275
Method
String
()
backend/grains/protos.pb.go:333
Method
String
()
backend/grains/protos.pb.go:409
Method
String
()
backend/grains/protos.pb.go:463
Method
String
()
backend/grains/protos.pb.go:510
Method
String
()
backend/grains/protos.pb.go:562
Method
String
()
backend/grains/protos.pb.go:644
Method
String
()
backend/grains/protos.pb.go:689
Method
Terminate
(ctx cluster.GrainContext)
backend/grains/protos_protoactor.go:258
Method
Terminate
(ctx cluster.GrainContext)
backend/grains/vehicle_grain.go:38
Method
Terminate
(ctx cluster.GrainContext)
backend/grains/organization_grain.go:68
Method
Type
()
backend/grains/protos.pb.go:56
Function
VehicleFactory
VehicleFactory produces a Vehicle
backend/grains/protos_protoactor.go:25
Function
addGeofencesLayer
(map: mapboxgl.Map)
frontend/src/components/map/geofencesLayer.ts:13
Function
addVehicleClustersLayer
(map: mapboxgl.Map, vehicleStates: VehicleStates)
frontend/src/components/map/vehicleClustersLayer.ts:7
Function
addVehicleDetailsPopup
(map: mapboxgl.Map)
frontend/src/components/map/vehicleDetailsPopup.ts:5
Function
addVehicleTrailLayer
(map: mapboxgl.Map)
frontend/src/components/map/vehicleTrailsLayer.ts:8
Function
addVehiclesLayer
(map: mapboxgl.Map, vehicleStates: VehicleStates)
frontend/src/components/map/vehiclesLayer.ts:10
Function
browseOrganizations
()
frontend/src/components/geofencing/api-organization.ts:20
Function
clearNotificationCallback
()
frontend/src/hub.ts:77
Method
clearNotificationCallback
()
frontend/src/hub.ts:30
Function
clearPositionsCallback
()
frontend/src/hub.ts:66
Method
clearPositionsCallback
()
frontend/src/hub.ts:28
Function
clearVehiclesOutsideOfViewbox
(map: mapboxgl.Map, vehicleStates: VehicleStates)
frontend/src/components/map/vehicleStates.ts:92
Function
connectToHub
()
frontend/src/hub.ts:34
Function
disconnect
()
frontend/src/hub.ts:81
Method
disconnect
()
frontend/src/hub.ts:31
Function
getDetails
( id: string )
frontend/src/components/geofencing/api-organization.ts:25
Function
handlePositionEvent
(vehicleStates: VehicleStates, positionDto: PositionDto)
frontend/src/components/map/vehicleStates.ts:23
Function
handleViewportUpdates
(map: mapboxgl.Map, connection: HubConnection)
frontend/src/components/map/viewportUpdates.ts:4
Function
init
()
backend/grains/protos.pb.go:859
Function
main
()
backend/main.go:16
Function
mapGeofenceToPolygon
(geofence: Geofence)
frontend/src/components/map/geofencesLayer.ts:49
Function
onNotification
(callback: (notification: NotificationDto) => void)
frontend/src/hub.ts:70
Method
onNotification
(callback: (notification: NotificationDto) => void)
frontend/src/hub.ts:29
Function
onPositions
(callback: (PositionsDto) => void)
frontend/src/hub.ts:60
Method
onPositions
(callback: (positions: PositionsDto) => void)
frontend/src/hub.ts:27
Function
setGeofences
(map: mapboxgl.Map, geofences: Geofence[] | undefined)
frontend/src/components/map/geofencesLayer.ts:36
Function
setViewport
( swLng: number, swLat: number, neLng: number, neLat: number )
frontend/src/hub.ts:51
← previous
101–191 of 191, ranked by callers