• Geocoding CC Question

    By Ryan Buening 1 decade ago

    Very cool custom control. I was wondering if the geocoding custom control can accept an array of marker values instead of manually setting each marker?

    Also, in the original custom control there was a way to set a "center_latitude" and "center_longitude". Is this still possible with the geocoding custom control? I tried playing with the map.setCenter() method, but didn't have any luck...

    • Have a look at the new release v 3.0.0.

      By martin meijer 1 decade ago

      I just posted the new release. It is now one custom control. You can use both Adresses and Coordinates for the center of the map and for the position of the markers. It is possible now to add the markers by Coding. See the property marker_array_string. You can also add Circles based on Addresses or Coordinates.

      Have a look at the documentation in the zip file.

      If you have any question, please let me know.

      • Awesome

        By Ryan Buening 1 decade ago

        Played around with v3.0 and it's just what I was looking for. Thanks.

        • Array of marker values

          By Paul S Withers 1 decade ago

          One point on the marker values I realised quite quickly after checking the source code - if the address includes a comma, e.g. "Reading,UK" you need to remove the comma, so "Reading UK"

          • Will fix this in a new version

            By martin meijer 1 decade ago

            Thank's Paul, I will fix this in a new version.

          • It is fixed in v3.0.2.

            By martin meijer 1 decade ago

            I uploaded a new release with th fix.