multimodal-routing/servers/grpc/proto/geojson.proto

14 lines
265 B
Protocol Buffer

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;
}