The library enables you to create a map and overlay multiple markers, polylines, polygons, rectangles, ground overlays and/or circles, all of which are fully customisable. The library also supports showing directions between two points, including the ability to show the textual directions alongside the map too, and marker clustering. The first stages of integration with the Google Places API are available for use too.
Hi,
I know your library supporting to make multi-direction. Of course with :
$config['directionsWaypointArray'] = array('Position1', 'Position2',);
But, how if I want to pass array variable to change Position1, Position2, ....?
I mean, I want to make it dinamically. Not static.
Thanks
Hi, I know your library supporting to make multi-direction. Of course with : $config['directionsWaypointArray'] = array('Position1', 'Position2',); But, how if I want to pass array variable to change Position1, Position2, ....? I mean, I want to make it dinamically. Not static. Thanks