Skip to content
Snippets Groups Projects
Unverified Commit 85b59dfc authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Journey: add polyline accessor

parent db263b06
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,15 @@ sub platform {
return $self->{new_platform} // $self->{platform};
}
sub polyline {
my ($self) = @_;
if ( $self->{polyline} ) {
return @{ $self->{polyline} };
}
return;
}
sub TO_JSON {
my ($self) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment