coordinates @4 :List(List(Float64));
}
Where coordinates will be a list of 2-item lists. I can initialise the outer list easily:
feature = geo_schema.Feature.new_message()
coordinates = feature.init("coordinates", 10)
But I can't seem to initialise the inner lists. Is there a trick I'm missing?
Regards,
Wichert.