|
|
|
|
|
by WilliamLP
6064 days ago
|
|
> geolocator.getLatLng("Forest Park, St. Louis, MO", function(center) { > displayMapAt(center, 14); > }); To my eyes, that solution is just fine. I don't think I'll ever be swayed to believe that adding on layers of indirection to JavaScript code for the sake of "syntactic goodness" is rationally motivated by leading to more practical power for actually solving problems. |
|