maps Questions

10

I have a list of words: words=["alpha","omega","up","down","over","under","purple","red","blue","green"] I have two functions that are supposed to find the shortest and longest words in this list:...
Szabo asked 1/10, 2014 at 1:30

10

So i try to achieve a result as on foursquare: https://foursquare.com/explore?cat=drinks&mode=url&near=Paris which is when you clik on a marker on the map, it scrolls through the listed of ...
Latterly asked 5/9, 2014 at 10:32

6

Solved

Is there a service or API I can ping, and pass in the lat/long as parameters, where it returns the zip code that lat/long pair is within? This is US-only, so I don't have to worry about internation...
Dinothere asked 4/12, 2011 at 0:23

3

Solved

Can anyone explain the exact syntax used to set the z-index for a marker using the Google Maps API (Version 3)?
Consanguineous asked 26/1, 2012 at 16:9

2

I have a leaflet map in my website using Google satellite images as a base map. After June 11 2018, the google map tiles cant be accessed without an api key. The tiles can currently be accessed thr...
Rincon asked 4/6, 2018 at 2:45

14

I'm trying to use airbnb's react-native-maps but the map is not showing up on the simulator. My code seems to be the same as other that have resolved the issue but the simulator is just a blank whi...
Malvaceous asked 17/12, 2016 at 4:54

3

I'm a beginner in Flutter and I'm currently building a map app that display a map with current user's continuous location using Flutter_map plugin and I used marker to display it .. It really worki...
Posh asked 3/11, 2021 at 18:9

3

Solved

I am using Visual Studio 2012. I have a map that looks like this: std::map<std::string,std::map<std::unique_ptr<sf::Sound>,std::unique_ptr<sf::SoundBuffer>>> listSoundConta...
Clove asked 27/4, 2015 at 4:23

5

Solved

I'm building a very simple map app using Google Maps Android API v2. As expected, when the user leaves and then returns to the app, any changes they've made in location, zoom, etc. are lost as the ...
Vivyan asked 22/5, 2013 at 17:17

23

Solved

Bearing in mind that I'll be performing calculations on lat / long pairs, what datatype is best suited for use with a MySQL database?
Goodfellowship asked 1/10, 2008 at 19:18

1

Solved

I am trying to make a Robinson-projection map that is not centered at longitude 0, and crosses both sides of the 180° line. My code is below: library("rnaturalearthdata") world <- ne_c...
Sible asked 5/2 at 19:22

1

I'm trying to show the flow of people within a city by drawing arcs from origin to destination. Any suggestion of how to do this in Python using Folium? If not, is there any other python tool that...
Amenity asked 12/9, 2018 at 13:46

7

Solved

I'm creating some maps from raster files using the "raster" package in R. I'd like to create comparison rasters, showing several maps side by side. It's important for this that the colour scales us...
Falsecard asked 30/11, 2010 at 17:40

19

I am trying to open google maps or maps in my react-native application. When I run the app on my iPhone/simulator, I receive this error "Don't know how to open URI:...". What I am doing ...
Drayton asked 4/4, 2017 at 17:38

1

Solved

I am trying to create a map containing polygons that represent 25km buffer into the ocean from every country's coastline, so that I can calculate the area within this buffer for each country. I am ...
Milly asked 16/11, 2023 at 20:11

6

Solved

I am trying to manually build a map server as per instructions on switch2osm.org. I have configured everything. I have a database mayank owned by user mayank and I am trying to use renderd but i ge...
Bicipital asked 31/5, 2013 at 6:30

3

Solved

I'm trying to show some data about Australian suburbs. 'Suburb' is the term that Australians use to describe an area, if you are from the rest of the world think post code or something similar. I'...
Citriculture asked 21/11, 2012 at 3:36

3

What is the best source and way to get a list of all intersections in a major city?

3

Solved

I have three Sass maps that I want to merge into one map. With the map-merge function I can only merge two maps together. How can I merge more than two maps? A shortened example of my situation: ...
Stephen asked 2/1, 2015 at 9:38

6

Solved

I have provided the sample codes below. My issue involves placing 'map2' in a square at the top left corner of 'map1' and adding an arrow from 'map2' to a specific location on 'map1'. I've searched...
Supersensible asked 4/10, 2023 at 6:50

8

Solved

I tried everything I found on the web, Stackoverflow and Github, and I still can't make it. I want to make a custom marker with a custom icon, but with my code below I always got an error : 'TypeE...
Yalonda asked 8/12, 2017 at 23:55

49

Solved

How do I calculate the distance between two points specified by latitude and longitude? For clarification, I'd like the distance in kilometers; the points use the WGS84 system and I'd like to unde...
Portaltoportal asked 26/8, 2008 at 12:50

10

Solved

How would you determine if a given point is within the bounding box? My point is 48.847172 , 2.386597. Boundingbox: "48.7998602295", "48.8198640442", "2.46138595581", "2.48138619423"
Durmast asked 18/8, 2013 at 4:56

1

I was looking through the difference between map and object. My understanding is as follows : A map can contain any type as long as all the elements are of the same type variable "project_defa...
Khajeh asked 11/3, 2023 at 15:6

2

Solved

latitude: 38.69444432847513 latitudeDelta: 0.1288559458782288 longitude: -90.5969550254043 longitudeDelta: 0.1638044205986091 Suppose my map region has the data above (I use onRegionChange) How ...
Aristate asked 23/12, 2018 at 23:41

© 2022 - 2024 — McMap. All rights reserved.