ios - Combining GMSMutablePaths -


i have

gmsmutablepath *pathleft;  gmsmutablepath *pathright; 

i want combine 2 1 gmsmutablepath. can't seem find method in google maps ios concatenate two.

i tried creating new gmsmutablepath gmsmutablepath *newpath = pathleft;

and using normal combine array method:

[newpath addobjectsfromarray:pathright]; 

this not work. according documentation "gmsmutablepath dynamic (resizable) array of cllocationcoordinate2d."

do need loop , add each cllocationcoordinate2d second first array? or there method out there this?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -