Questions tagged [location-based]

29 questions
5
votes
5 answers

location-based Augmented Reality Framework (Android, iOS) with 3D POIs?

I search a location-based Augmented Reality Framework with 3D POIs for Android, iOS or most suitable for both? It should not be something like Wikitude or Layer, because the user must always download the app from Wikitude or Layer to use my own…
Oli
  • 1,407
  • 3
  • 30
  • 47
3
votes
0 answers

Location based AR with Vuforia unity3d plugin

I successfully integrated Vuforia plugin in unity3d, 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…
3
votes
1 answer

iOS7: background task ("myapp" has active assertions beyond permitted time)

crash report detail : Hardware Model: iPhone5,2 Exception Type: 00000020 Exception Codes: 0x000000008badf00d Highlighted Thread: 3 Application Specific Information: MyApp[1369] has active assertions beyond permitted time:…
jake85
  • 31
  • 1
  • 3
2
votes
0 answers

location based With Markerless augmented reality android application

i want to build an augmented reality app which should be Markerless (without any previous target) and location based.Basically i want it like when i run my app and keep the camera on ground it shows me a cube and next day when i will open that app…
1
vote
2 answers

location-based Ar: position is not accurate

I'm using ar.js/a-farme to put GPS entities My problem is that the position of the entities is not accurate and it is moving with me (not stable). even that the distance between them is 1346m it looks like they are so close. And I make a pipe link…
s bs
  • 13
  • 4
1
vote
1 answer

Mobile Wallet location based notification mechanism

I am very new to mobile wallet and I have received the requirements that: our customer will publish a loyalty membership pass that users can install in their mobile wallet (Google pay, Apple wallet). When users with mobile wallet enter our…
1
vote
1 answer

Why does the anchor created in the "air" not static in ARCore

I implement an app with ARCore and Sceneform,which places AR markers at the specific gps location in real world.To keep the marker static in the real world,I use the anchor created in the "air"(not associated with the trackable object such as the…
Lily
  • 79
  • 5
1
vote
2 answers

server for android

I need to implement an http server which accepts requests from android devices. To give a brief idea, this server will contain a location based game, and multiple android devices can access this game which is stored on the server. The server will…
g90
  • 31
  • 1
  • 2
1
vote
3 answers

How to simulate location on Windows Phone 7 simulator?

I want to be able to test my location-based WP7 app. How to do this on the phone simulator? Do we have to create some kind of mockup location data first? or is there any framework available to do this? thanks
Arief
  • 6,055
  • 7
  • 37
  • 41
1
vote
1 answer

public api for nearby businesses

I'm looking for an api to give me nearby businesses and venues based on a lat / long + radius. I was looking at the foursquare api, which serves part of that: it gives venues based on a lat and long but not radius. Does anyone know of any…
Matthew Chung
  • 1,322
  • 1
  • 19
  • 31
1
vote
2 answers

geofencing no longer relaunch app from terminated state in ios7?

I'm developing an app which uses ibeacon to determine if the user entered a specific region. Now I'm using the CoreLocation framework to implement this geofencing-based feature. I've read the document…
1
vote
0 answers

location based alert database

i have a problem. I want to make a location based reminder/alert in android device. I have try to code it. But it doesn't work. I try to match the data in the sqlite and address based on geocoder user location. Here the db adapter query public void…
Ivan Ahmed
  • 39
  • 7
1
vote
0 answers

Android realtime location tracking for 3D model augmented reality

I'm trying to implement a location-based AR solution similar to the GPS/Location tracking feature of Metaio Unifeye SDK (they stop support ARMv6 devices since their 2.5 version, but I must target those devices) I want my users to be able to view a…
hope_is_grim
  • 1,934
  • 15
  • 24
0
votes
1 answer

How do I write a "find nearest" algorithm? e.g. a store / branch locator by address / zip / "my location"

My need is simple and commonly implemented in any location based app today, display to a user a list of all "things" in his/her area (or by a zip code / address) Using Google Maps API (especially the new "store locator library") sounds like the…
Eran Medan
  • 44,555
  • 61
  • 184
  • 276
0
votes
1 answer

Detect Location using Bluetooth Accesspoints

I would like to detect location of bluetooth enabled devices automatically using bluetooth accesspoints. Is it possible? If so, how can I do it?
Tharanga
  • 117
  • 3
  • 10
1
2