Skip to content Skip to sidebar Skip to footer

Google Maps Api Mvcarray Isn't Being Accepted By Polyline()

I have a simple code plotting markers and then connecting them together with a polyline but the MVCArray I am trying to use with the Polyline isn't working (and by 'isn't working'

Solution 1:

I was able to solve my issue by setting a 100ms timeout to prevent the MVCArray from being sent to Polyline until the geocoder had finished geocoding.


Post a Comment for "Google Maps Api Mvcarray Isn't Being Accepted By Polyline()"