Skip to main content

All Questions

0 votes
0 answers
78 views

Flutter: How to output json data as a marker on Google Maps

I am implementing an app that tries to print shop json data as a marker on Google Maps through http request. I use a future and package:http/http.dart to get a json array `Future<List<Shop>&...
이유림's user avatar
0 votes
0 answers
37 views

Loading data from local json file to create google maps marker in pure javascript [duplicate]

I'm using JS Google maps API to create a custom map, to insert Marker I need to load coordinates from a local JSON file using pure javascript, I'm not an JS expert, normally I used Jquery. I followed ...
GGKMNTN's user avatar
  • 141
0 votes
1 answer
212 views

AQI Monitor Live Map with Google Maps API JavaScript and reading JSON from Thingspeak .getJSON and Marker

I am working on a program at my job where we are teaching high school students to build air quality monitors. All of the AQ monitors will send their lat, long, AQI, and temp data to Thingspeak. I want ...
GWORV_TH's user avatar
0 votes
1 answer
177 views

Add a space after comma in an array

I have a PHP code giving back an array <?php $sql5 = "SELECT * FROM Building"; $result5 = $connect->query($sql5); $emparray = array(); while($row5 = $result5->fetch(PDO::FETCH_ASSOC)...
Laurent Jacobs's user avatar
0 votes
1 answer
430 views

Removing duplicate Marker on mapbox ( Real time data )

i want to create a custom flight tracking map. before coming to the question i want to explain briefly about my situation. i have an Ads-b receiver which receives the data from aircraft in the sky, ...
Adhithya's user avatar
0 votes
1 answer
98 views

Add map marker after clicking icon

I am creating a page to do a basic search for breweries and am displaying information pulled from an API about breweries and would like to display the location on a map from the MapQuest API. I know ...
Richard Hart's user avatar
-1 votes
1 answer
758 views

React Native Maps - Displaying markers from JSON file using Google Maps API

I'm using the Google Maps API for a screen in my React Native app. Currently I am able to display markers, however they are static - I've written each location in manually, seen below: function ...
RickPeck's user avatar
  • 185
0 votes
1 answer
468 views

How to show markers on map fetching data from a JSON file on React Native

I'm fetching some datas from here: https://jsonplaceholder.typicode.com/users that is structured as: [ { "id": 1, "name": "Leanne Graham", "username&...
Ayman Nasreddin's user avatar
1 vote
1 answer
1k views

How to add marker in the google map using json API in flutter?

I'm trying to add marker to my map based on the json API (EventData) by using http request. When I run my code the map does not show the marker. I think I am not accessing the list correctly. I want ...
Fatima ELKADDOURI's user avatar
0 votes
1 answer
2k views

How can I use my JSON data to create markers on a google maps API?

I've got a bunch of coordinates stored in a JSON object to be used as information for some google maps markers. I'm trying to set up a "click" eventListener that will use the data from the ...
user15416468's user avatar
-2 votes
1 answer
911 views

Filter Google Maps Markers based on Distance

I am looking at filtering google maps markers based on distance from the users current location. I have this set up to bring in markers from a database and display on a map, but I want to limit the ...
NickSF's user avatar
  • 25
1 vote
0 answers
101 views

How to add multiple clickable markers that popUp image when click in Googlemap

I added mapView with @IBOutlet and the extension of GMSMapViewDelegate{} below code able to parse the returned json result. The code will get the image url and Latlon. Problems: the markers are added ...
MilkBottle's user avatar
  • 4,312
3 votes
1 answer
4k views

Displaying json data on leaflet map

I would like to create an web app which is going to show amount of available spots and bikes on a station. I have an open API with is providing a real-time data. - API HERE I'm using Leaflet Maps for ...
Hexycode's user avatar
  • 458
0 votes
1 answer
66 views

Limit Google json map markers to viewable map

I have the a situation where I want to limit the search results from a database that presents Google map markers on a map. Currently there are no criteria to limit this, however there could be ...
NickSF's user avatar
  • 25
0 votes
2 answers
1k views

How do i pull sql data and pass to google maps API

please be kind, I'm new to coding. Can I ask that you explain things as simply as you can for me. I have an sql table that contains building information inc. Longitude and latitude(over 5 thousand ...
Mike's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
9