BIOSTALL / CodeIgniter-Google-Maps-V3-API-Library

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.
http://biostall.com/codeigniter-google-maps-v3-api-library
288 stars 199 forks source link

Multi-Direction #45

Open ihsanmuhammad opened 9 years ago

ihsanmuhammad commented 9 years ago

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

dazzcreations commented 8 years ago

Look for the jquery function created by the library and then modifying it accordingly