Questions tagged [customplaces]
4 questions
3
votes
1 answer
Filedialog CustomPlaces confusion
I faced a strange behavior using the following code:
FileDialog openFileDialog1;
// ...
openFileDialog1.CustomPlaces.Add(@"C:\whatever\");
This compiles with no errors using .NET framework 2.0.
The code runs well under Windows 7.
But under Windows…

joe
- 8,344
- 9
- 54
- 80
1
vote
1 answer
How to add places parameter in google map API URL to fetch specific type of location for auto-complete
I'm trying to implement a autocomplete search input bar for auto-completing the results of searching colleges and university in my React app.
my code is as per the following:
import React, { Component } from 'react'
import './App.css'
import…

Rahul Ahire
- 685
- 11
- 28
0
votes
0 answers
Google Places Add API -- added places not showing up in the map
We are using the Google Places API to add places and those should reflect in the Map loaded with the API key from the same console project. However, the added places do not reflect on the map, even after a long period of…

Kunal Sethiya
- 1
- 1
0
votes
1 answer
Google place api - application specific search
I am trying to do application specific places search with google place api. Here is how I am adding a place:
Request:
{
"location": {
"lat": 37.760538,
"lng": -121.900879
},
"accuracy": 50,
"name": "p2p",
"types":…

rajani reddy
- 57
- 1
- 3