syntax = "proto3"; option go_package = "git.coopgo.io/coopgo-platform/multimodal-routing/servers/grpc/proto"; // import "google/protobuf/timestamp.proto"; message FeatureCollection { string serialized = 1; } message Feature { string serialized = 1; }