Questions tagged as 'map'

1
answer

Get href on maps Javascript | jquery

This is my code (also available at JSFiddle ): function loadminuatura() { var images = $(".fileThumb").find('img').map(function() { return $(this).attr('src') }); var array = images; for (var i = 0; i < images.length...
asked by 18.09.2017 / 04:28
1
answer

Refresh IOS Swift 3 map

Good morning. I'm making an application that shows a map, and receives from a webservice an array with JSOn opbjects, which contain coordinate data, and then add PINs to the map, showing the location of the users. The connection works corr...
asked by 05.04.2017 / 19:44
1
answer

Create a Java object from a list of other objects [closed]

I have a class Torres that is composed of other classes Plaques and Memories all inherit from Producto : public class Torres extends Producto { private Plaques plaques; private Memories memories; public...
asked by 11.01.2017 / 23:55
1
answer

.map () on an array of multilevel objects

I have an object with the following structure: {1:[{1:1, 2:2 ...}, {1:1, 2:2 ...},...] 2:[{1:1, 2:2 ...}, {1:1, 2:2 ...}, ..]} I want to reference the first or second property in a react component stateless with a prop and make map to ren...
asked by 03.12.2018 / 18:45
1
answer

Flutter - Iterar array on a map

I am currently developing a mobile application with Flutter. Everything goes well in principle, but I need to implement a map. Since Google has not yet developed a stable package I'm using flutter_chart using Leaflet. I can paint a map, but t...
asked by 20.11.2018 / 22:08
1
answer

Visualization world map with pygal - No data

I'm with the book Python Crash Course and I can not visualize the World population map. When I open the .svg file in Chrome I receive the error of 'No Data'. I do not receive any errors when I run the program. Printing the cc_populations...
asked by 24.09.2018 / 13:03
1
answer

Obtain a random value from a map with reverse weights in Java

I have a map from which I want to get a word for a game of the hangman. In the map I keep with each word the times that have already been chosen. For example, the map may contain: abaleadura 4 abajo 2 abalada 1 abalaustrado 3 The map start...
asked by 23.05.2018 / 20:33
0
answers

Save values from the Google Maps autocomplete field

How can I store an address that autocompletes with the Google Maps API in JavaScript, saves the city, but does not save the address ... Any ideas? Thank you!     
asked by 10.05.2018 / 10:54
0
answers

I get an IOException to use nominatim.openstreetmap

I am developing an Android application where I use OpenStreetMap. through my location, I try to get the street address by sending coordinates to nominatim , but I end up receiving an "IOException: error 403" in the ImputStream. Also, if there i...
asked by 23.02.2018 / 06:16
0
answers

Add bookmarks without reloading Android map

Good afternoon! I was already googling to know if there is any way to add a bookmark to a map without having to reload onMapReady. This is what I tried: With the following code I execute Alerts which is a WS that is returning me a seri...
asked by 11.01.2018 / 21:34