Questions tagged [location-based]

29 questions
0
votes
0 answers

How to call different whatsapp numbers on location based?

Am planning to have a WhatsApp floating button on a landing page, have 5 WhatsApp numbers on 5 different countries. Is there any way to load the location based. eg, US region to US WhatsApp number and Canadian region to Canadian WhatsApp…
RSP
  • 1
  • 3
0
votes
0 answers

I would like to develop a Location-Based AR App

I would like to develop an app like a tourist guide that shows the location of historical places and cultural inheritances. Basically, when they scan the spesific historic building with android device it should be display the information about it.…
0
votes
0 answers

Create cylinder between two gps a-frame entities with threejs

I'm new to ar.js i found aframe and threejs as a potential solution for my problem. I have 2 points (latitude, longitude) and i want to create a cylinder between them in Augmented Reality So first of all i used aframe to create both points with…
s bs
  • 13
  • 4
0
votes
0 answers

Select a particular feature from feature Layer to find intersects in Find Existing Location analysis using ArcGIS API for javascript

I have create a custom HTML page for find existing location using ArcGIS API . Following this link find existing location The API code is able to find attribute and spatial query from existing feature layer. But my feature layer size is too large…
0
votes
1 answer

Location-based AR.js example doesn't move the object

I'm using AR.js to create an AR scene. Everything works fine with Markers, but when I use Location-based AR, the object appears in one place and doesn't move when the device is rotated.
BishopZ
  • 6,269
  • 8
  • 45
  • 58
0
votes
1 answer

How to link DroidAR's ModelLoaderAdapters to my project in android studio?

Hi I'm currently trying to build an app by using the location based ar provided by DroidAR but I could not figure how how could I use the Model Loader Adapter provided by DroidAR. The demo they have given is created in Eclipse but I'm using the…
WLeo
  • 203
  • 2
  • 16
0
votes
1 answer

Android location based application that needs to work with radius calculation

I'm building a location based application. Lets say that i have user A and i have a latitude and longitude values of his current location. I got user B,C,D and thier locations as well.. For the example - user B + D are in a radius of 5km from user A…
0
votes
1 answer

getFromLocationName().size() returns always 0 - Android

In my application I have an activity in which you can pin in map a location based on the address you type in edittext or you can just move the pin that it appears in the onMapReady function. My activity's layout has the fragment that shows the map,…
Marialena
  • 817
  • 8
  • 31
0
votes
1 answer

Google Places API Search with specific search term data

I want to make server api that gets data with search terms of about 300 specific search terms. I want to implement that using Google Places API. The search type is divided by Google Category and Name Only. First, I tried to implement that using…
Chenggong Jin
  • 531
  • 1
  • 4
  • 9
0
votes
1 answer

How can i download individual map tiles from the Google Maps SDK (for iOS)?

I've been checking out the new Google Maps SDK for iOS that allows you to bypass Apple Maps for map related features in your app! https://developers.google.com/maps/documentation/ios/intro The SDK seems fairly easy to use, but i want to know: If…
Sagar
  • 555
  • 9
  • 24
0
votes
1 answer

UITableView only updating the last cell. It displays all the information for the other 15, but only updates the 16th cell on NSTimer call

I am building an application that Displays the distance and heading to a building from the Users Location. Everything works fine and it updates perfectly for the last cell. Displaying changes in both the distance and the heading image. However, The…
rugers285
  • 18
  • 3
-1
votes
1 answer

iPhone4(s) - my findings of regionMonitoring feature

In my testing, I have found that the results of my tesing regionMonitoring on iPhone4S has been a little under par. That being said, here's what's happening in my testing: I try to test by setting an alert for the same location when I drive. …
Sam
  • 827
  • 4
  • 9
  • 21
-1
votes
1 answer

Markers in different position in real world with Vuforia

I set World Center Mode of Vuforia AR Camera object in scene to DEVICE_TRACKING to apply handheld device rotation to AR Camera object, it works fine and when I look around by my android mobile phone the Vuforia AR camera move in the scene too. I set…
-4
votes
1 answer

Implementing location based application android

I am trying to make a android app where I want to show the location of user and the places to visit around that location. Let's say for example I am around certain location and I want to discover popular places around me, so how should I start I…
Rob
  • 150
  • 1
  • 4
  • 17
1
2