I am using augmented reality in my application. So i have to implement an application, after running my application, device camera will open and when i will move this camera i will get Google map places like hotel,dominoes, on that place any pin will show, after clicked on that pin details of hotel, dominoes will be display. If any one know about please tell me or if any one have code related give me.
Firstly i have did how to get the Google place on map right now i have to open camera in my application and i want to show pin of places in my camera
Try out this demo code. Click here!.. It will help you.
You can get source code from this link. I have implemented the same using this code. It works.
I have edited link.. from this link, you can download the zip file.
Related
I'm looking for some way to either create the following or if it already exists be provided with it. After much looking I have not been able to find it. What I want is for a person to be able to scan a QR code which acts like clicking a web link (Or something else?) then for their iphone or android default camera app to open. Perhaps its a stretch but if I could turn the camera onto a selfie that would be even better.
I am NOT asking for how I can in any way have access to what shows up. I simply want to be able to open the camera app after clicking a link. If it exists I please comment it.
Hello friends i want to share my phone screen with other android phone. But i don't understand ho to get the current content of screen. One method is to take snap shot and send it. I don't want it because other mobile phone also able to give command. Any code snap or link that will help me. And how about Display Manager and google cast API ?
Thanks in advance.
Anyone have any idea on how to get rid of the buttons (like the compass button when rotating the map) presented on the image when clicking a marker. It is linked to Google map application. And i want to get rid of it. thanks
Here is the link for the sample image http://i.stack.imgur.com/8gw5b.png
I'm creating an App with a Mapview and custom Mapmarkers, which works fine. What I would like to do is to add an image into the callout when the user taps one of the markers.
![enter image description here][1]
I made the same thing for iOS, where it has been pretty straightforward:
The mapview-balloons library has support for this, but it's only for Google Maps V1.
I would need to show a different image for each callout, which will be hosted on a web server, so I will also have to download that image asynchronously somehow before showing it. Is there any good solution for that?
Thanks in advance.
you can create a custom InfoWindowAdapter, see the API guide for details
In my application I am using a map overlay. When I click on an overlay image it should display an Android dialog. From that dialog the user can choose from different options. Please help me.
Thank you
Aswan
There's a developer guide section on creating dialogs that you can follow.
There's also sample code available in the API Demos sample project bundled with the SDK. Look for AlertDialogSamples.java.