ollietb / OhGoogleMapFormTypeBundle

Set latitude and longitude values on a form using Google Maps
MIT License
30 stars 76 forks source link

Fixing Deprecated method call #8

Closed scollado closed 11 years ago

scollado commented 11 years ago

Getting some 'deprecated method' in Profiler logs for GoogleMapFormType. This commit replace deprecated method calls with the new valid syntax in the form type class (LatLngValidator fix coming in another PR).

ollietb commented 11 years ago

Thanks!