Skip to main content

All Questions

0 votes
1 answer
131 views

How to GET database to call table and its contents in javascript

I'm using Laravel 9, PHP 8. I want to retrieve data from a database table with javascript, please help. So I want to pin point location using google maps from my table database using $locations? This ...
Karls23's user avatar
-1 votes
1 answer
367 views

how to display data on google map info window from database using php mysqli

my sql query to fetch state count and state name that give me count and name of the state. my problem is that i wanted to display multiple markers on google map from database. I need to display the ...
PatelTausif's user avatar
-2 votes
1 answer
247 views

Google maps Multiple marker: setMap: not an instance of Map; and not an instance of StreetViewPanorama [duplicate]

I want to display Near by schools of my selected property in google maps API with marker, but it is showing me error, setMap: not an instance of Map; and not an instance of StreetViewPanorama. Below ...
Parteek Kumar Kherpa's user avatar
0 votes
1 answer
209 views

Typo3: Add and substitute custom marker in PageRenderer

I'm using Typo3 version 10.4.6 with the following config: config.pageRendererTemplateFile = path/to/CustomPageRendererTemplate.html In this custom page renderer file I have added a new custom marker #...
EmWe's user avatar
  • 189
2 votes
0 answers
298 views

Show all data of markers with same latitude and longitude into 1 info_window using php and mysql

I want to show all the data of markers that have the same latitude and longitude INTO SINGLE INFO WINDOW using PHP and MySQL. I have codes here but the info window of the markers that have the same ...
Joenel Espejo's user avatar
-1 votes
1 answer
2k views

Laravel 8 implement PHP's DOM XML functions to output XML

I am new to the Laravel PHP framework, so I am not so familiar with it. I need some help implementing the sample code from Google Maps. To retrieve the latitude longitude. And also, some info from a ...
SodoTeo's user avatar
0 votes
0 answers
653 views

Using MySQL and PHP with Google Maps - markers not loading

I am a beginner in php. I have used this google documentation: https://developers.google.com/maps/documentation/javascript/mysql-to-maps First I created a XML table with markers using a PHP script. ...
Mark Geenevasen's user avatar
0 votes
0 answers
35 views

Google Map Markers Numbering Start with 1 instead of 0

Is it possible to make the Markers on a Google Map start with #1 instead of 0. I need to match the right side (Number and Name) to the left side (Map Markers) Here's the Map URL: https://...
jacksonmurphy's user avatar
1 vote
1 answer
852 views

How to remove previous circle automatically before adding new circle in Google map

I want to remove the first circle before adding a new circle click on the marker of Google map. I am using google map API: https://developers.google.com/maps/solutions/store-locator/clothing-store-...
kayyum halai's user avatar
1 vote
0 answers
132 views

Laravel, how to call route from javascript function, using Google Map Marker

I'm trying to create a marker/direction pointer to route on the Google map, but I don't know how to. I have added several markers with the information window, and within that window, the title should ...
Emerson's user avatar
  • 27
2 votes
0 answers
494 views

Rotate marker according to the driving direction and pointing to the driver with car icon in google map in my webpage

Can anyone suggest me the code for google maps where I can rotate the marker ( ex: car icon ) according to the driving direction. I am using travel mode direction google map is it suitable for for ...
Goweb Pro's user avatar
0 votes
1 answer
1k views

Trying to create a google maps api cluster from external php file marker data

I am trying to display markers from locations in my database and cluster them. I can display the markers ok but cannot seem to figure out how to create an array out of the lat's and long's for the ...
Ryan D's user avatar
  • 751
1 vote
1 answer
151 views

How to display the closest markers that can appear in a red circle?

I want to display the closest markers as far as 100 meters and appear in a red circle, until now my code still shows all markers. so basically I want to display the closest markers from the location ...
Abdul Aziz's user avatar
1 vote
1 answer
789 views

Not able to get formated_address 'only in English' getting some part of result in regional language

I'm getting some part of google map result in regional language need complete result in ENGLISH I have tried hitting map's API with changing the language to 'en' and region to 'IN' $geocode=...
Sumit Nair's user avatar

15 30 50 per page
1
2 3 4 5
12