Skip to content Skip to sidebar Skip to footer

Remove Commas Between Google Places Types

I'm trying to use Google Places API. I got these codes from https://developers.google.com/maps/documentation/javascript/examples/place-search-pagination. var map, placesList; func

Solution 1:

Use join

place.types.join(" ")

Post a Comment for "Remove Commas Between Google Places Types"