Posts by Z.. • 92 points
6 posts
- 
		0 votes0 answers53 viewsQ: Return from OpoligonoI have Poligono locations saved in a BD. I return these locations to Javascript by a JSON like this:… 
- 
		0 votes1 answer50 viewsA: Access JS functionAcebei getting what he wanted! As the desired function (chekInPolygon()) was encapsulated inside two other (setPin() and geocoder.geocode()), ended up creating a google maps event within the same… 
- 
		6 votes4 answers4547 viewsA: What’s the difference between Promises and Observables?You may not be able to explain exactly the difference between these two concepts, but if you already have some help, take a look at the answer to the following link:… javascriptanswered Z.. 92
- 
		0 votes1 answer50 viewsQ: Access JS functionHow can I call a JS function inside a click event, and this function is inside another? Follows the code: function setPin(geocoder, resultsMap, address, i) { geocoder.geocode({ 'address': address },… 
- 
		0 votes1 answer236 viewsQ: Google Maps Javascript API with Geocoding ServiceI am now using other utilities of Google Maps Javascript API, I changed some parts of the code and he returned to have problems more or less in this same part where @Sergio helped me Link the… 
- 
		1 votes2 answers7151 viewsQ: Uncaught Typeerror: Cannot read Property 'split' of UndefinedHello! In my Javascript code I get the following error: "Uncaught Typeerror: Cannot read Property 'split' of Undefined". As I’m new in the area, I don’t quite understand how to solve the problem,… javascriptasked Z.. 92