Questions tagged [pins]
122 questions
0
votes
1 answer
showing multiple pins on MapView inside a for loop?
I am developing an iphone app,ı show radar points on MapView.There are over 1000 points. I have to show all points and calculate distances between radar points and user location points. I have to create all regions (over 1000) to show? Can anyone…

KenanYildirim
- 41
- 9
0
votes
2 answers
Is it possible to display the address location on pin with out tap on pin?
In my application i have one requirement.i have the latitude and longitude values on cell in table view. when user tap on cell then automatically display the info(location address ) on pin(which pin is having the latitude and longitude values same…

Pavne
- 89
- 8
0
votes
1 answer
Is it possible to send the data from myown app to the iOS MapsApp?
In my app using latitude and longitude values dropped the pins.so,i need to get the direction between those 2 pins in iOSMaps App.Is that possible to show the direction between 2 pins in iOS MapsApp.

Pavne
- 89
- 8
0
votes
1 answer
How can I drop a multiple pins using different latitude and longitude values in iphone?
How can I drop multiple pins using different latitude and longitude values in iphone?
I have the 10 latitude and longitude values. So, by using those values I need to drop the 10 pins in map (depends on the latitude values count).

Pavne
- 89
- 8
0
votes
1 answer
Defining a pin on an 8 Bit SFR ( special register)
In Infineon C509 there is a register called S1CON which is a special function register which looks like this.
Is is possible to define bit 0 on S1CON as RI1 so it can be access and refereed to in the main program. I wanted to checked in my main…

user1175889
- 141
- 3
- 4
- 13
0
votes
1 answer
Merge MapView child views when they overlap
I use MapView and need to display complex pins on it. I add pin on map using addView() with MapView.LayoutParams with MODE_MAP. So, views on map moving with map.
I add about 20 pins and when I reduce map zoom, pins overlap each other.
How can I…

Nik
- 7,114
- 8
- 51
- 75
0
votes
1 answer
DirectShow Pushsource for demuxed data. Do I need 2 sources
I am getting 2 byte * (one audio and one video, already demuxed). So it is not a standard file.
Can I create a pushsource with 2 input pins. one for audio and one for video.
I know the subtypes and all.
I am getting this data of the networks. So…

Evren Bingøl
- 1,306
- 1
- 20
- 32
-1
votes
2 answers
I can't use all Arduino's analog pins
I'm just an amateur and this might be a stupid question that requires a simple fix, but I can't find a solution online.
I'm working on a project in which I need to use a servo driver and a LCD screen.
The problem is that, according to the libraries'…
-1
votes
1 answer
Nordic Nrf52840 ports
I know this is a likely a dumb question but if you can set Port0.5
with NRF_GPIO->OUTSET = 1UL << 5;
what is the equivalent statement for setting Port1.5?
Thanks.
Bob

Bob
- 9
- 1
-1
votes
1 answer
Discord.js bot, how to purge without pins?
This is my purge command, I want my purge to ignore pins, anyone knows how could I do it?
This is what I got for now:
} else if (message.content.toLowerCase().startsWith(`${PREFIX}purge`)) {
if…

NooberPlays
- 41
- 7
-1
votes
1 answer
Multiple Pins Google Maps
I am trying to add pins to a map I am creating for my website.
The html code only give me a maximum of 4 pins, so far I have tried to add 6 but there is more to come, can someone please tell me how to fix it?

Lauren Alexander
- 1
- 1
-1
votes
1 answer
Guidance Needed dropping map pins with timeout
Trying to do multiple pins with timeout so it looks cooler but it not working
I think the glitch might be in the assigning of the map as home or a simple var definition issue Anything you can see thats off let me know. I think the animations should…

ryan harper
- 21
- 5
-1
votes
1 answer
Rails: render certain pins on a specific page
I would like to render only certain pins of my rails app on a page.
Pins has a specific id. And I would like to render for example pin with id: 2 and 3 on a page and render pins with id 4 and 4 on an other page.
So i tried to implement this code on…

Jérémy Zaccherini
- 443
- 6
- 19
-2
votes
1 answer
Google maps pins import from .txt
var gmarkers1 = [];
var markers1 = [];
var infowindow = new google.maps.InfoWindow({
content: ''
});
markers1 = [
['0', 'Title', 52.4357808, 4.991315699999973, 'car'],
['1', 'Title', 52.4357808, 4.981315699999973, 'third'],
…

Rackal
- 1
- 2
-3
votes
1 answer
Read analog input from Arduino Uno Wifi Wire/TWI/I2C pins (A4 & A5)
I recently got an Arduino Uno Wifi (flashed it with the Wifilink firmware to support UDP) and I have created a simple sketch to read analog values from a flex sensor.
I am using the code below (copy paste from the official website)
const int…

user2713459
- 49
- 2
- 5