python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PHP lat and long variable to open Google Maps and show location
I'm using data from a JSON file and PHP, which includes a 'location' array that contains lat and long values.
I echoed the values out like this :
foreach ($row['location'] as $result) {
echo 'Lati...
renumi
Votes: 0
Answers: 1
How to set a default marker to the location based lat and long in google map received by Google Static API?
I want google map image with default marker like below.
But, It is coming naked with marker. Click below link
https://maps.googleapis.com/maps/api/staticmap?center=28.6086154,77.3566754&zoom=14&a...

GOPAL SHARMA
Votes: 0
Answers: 1
Get all geolocations by partial name using google maps api
I have signed up with the Google Maps API. I can geolocate locations using the following query
url = f"https://maps.googleapis.com/maps/api/geocode/json?address={city}&key={api_key}"
I ...
confusedpunter
Votes: 0
Answers: 1
Change bottom shape of map pins with CSS
I am trying to achieve the below image with few divs, round background with similar to V-shape ( as shown in image below).
So Far I have tried this but could not achieve as in the image. I have added ...
Ayesha
Votes: 0
Answers: 1