Questions tagged as 'map'

1
answer

AutoMapper does not convert empty lists well

There is a problem with the AutoMapper, when mapping an empty list, it is entrusted to a list with Count = 0, regardless of whether the configuration is specified that the values are not taken into account = null link code: using Syste...
asked by 15.12.2017 / 12:08
1
answer

Modify Map Java

I have a problem to modify a HashMap, I enter the Rut data (as a key) and its values, but when I want to modify the key it replaces the values, I do not know if I understand. For example, the values entered are Rut: 11, Name: aa, Position bb,...
asked by 22.11.2017 / 04:49
1
answer

error when compiling binding to reference of type discards qualifiers

when executing a program in which among other functions, I minimize a finite deterministic automaton (DFA, for more information, link ), I use the set and map containers of the C ++ stl, but it gives me errors that I do not understand in that f...
asked by 29.10.2017 / 22:05
1
answer

Help with the following problem

Good morning, I am trying to solve the following problems: "Count number of vowels and consonants" using the hadoop platform, MapReduce technique. The question that happens to me is the following: When executing the algorithm I get this outpu...
asked by 15.11.2017 / 21:41
2
answers

click on GMSPolygon swift with Googlemaps

I have a GMSPolygon visible on the Googlemaps map. I want to click (tap) and have the console send me a message. // ##### Polígonos let polygonEspaña = GMSPolygon(path: españa) polygonEspaña.fillColor = UIColor(red : 0.25, green: 0,...
asked by 30.05.2017 / 20:39
1
answer

No tags are generated when doing .map to a state

In the first image I get the values of laravel and assign them to the state, I clarify that the data is received beforehand. In the second is where you should generate all the labels and nothing is shown or mark any error in the console as sh...
asked by 17.05.2018 / 19:31