score:1
Accepted answer
i've decided to just pass the information over to google maps app and let them help by creating a button that simply launches google maps with the link to the specific map as a datauri. heres the code below for my solution, if anyone else with a similar need stumbles across this.
button map = (button)findviewbyid(r.id.map);
map.setonclicklistener(new onclicklistener() {
public void onclick(final view v) {
string uri = string.format("https://maps.google.co.uk/....."); // the link copied and pasted from my maps in google
intent intent = new intent(intent.action_view, uri.parse(uri));
startactivity(intent);
}
});
score:0
maybe you can simply add a webview and load your google map inside, if it's a web version.
Source: stackoverflow.com
Related Query
- Linking to a custom google map
- Google Map isn't zooming in and out with a custom button
- Generating Google map Release API Key
- Google map android api v2 application crashes
- Eclipse crashes with GC overhead limit exceded after linking google play services
- Replacing google maps to open street map
- Google map autocomplete android
- Android google map version 2 shows blank white page?
- How do I remove all radius circles from Google map android but keep pegs?
- Unable to instantiate activity ComponentInfo after adding google map functionality
- Android calculate the grid corner positions in android Google map
- Connection refused error in java using Google map API with eclipse IDE while the same URL is giving me the result in browsers
- Google map I have get error logcat
- How to integrate Google map in BIRT report
- Google map keep geting a blank screen on android
- Android: Google Map V2 not working as expected using eclipse
- Google Map V2 shows blank screen when downloaded from google play store
- Android Google Map Addon not available?
- Static Google Earth Map for use in GWT
- Android Google Map crashes while launching
- Google Map V2 button couldn't load
- Why I can't get google map V2 working
- My Android App shows the google map in debug but doesn't show it when released to the market
- Google Map does not display in Android?
- Android google map keep crashing
- How google map works with android
- Google map cannot display when I install APK that I produced
- Google Map API v3 in Show in Emulator
- Google map application program crashes at the launch
- Android google Map Api V2 Crashes on runtime
More Query from same tag
- onBackPressed causing problems in code
- Port Eclipse Problems view configuration to IDEA/Android studio
- Turn off Auto Build in Eclipse CDT directly on files in Workspace metadata
- Is 'all:' is default in Eclipse makefile?
- Multiple WebContent directories in a single eclipse dymanic web project
- Wallpaper App Save Button?
- Setting text file encoding per eclipse project
- Can I have more than one class containing the main() method in a Java project?
- Can Eclipse the Organize Import (ctrl+shift+o) command's handling of static imports be modified?
- what's the difference between those two icons in Eclipse
- Trouble compiling Tensorflow in c++/Eclipse
- Make ADT Code Assist work like Xcode autocomplete
- How to add Java EE perspective to Eclipse
- Android inflate framelayout inside tabcontent
- Where can i find nutch.war file?
- eclipse and maven downloading a lot of packages
- Newbie string error
- How do I use MiG Layout with Eclipse?
- How to exclude classes from an eclipse project
- Eclipse do not show output
- Is it possible to embed JDK and other requirements into runnable jar?
- "Undefined reference to" using libxml2 in C with Eclipse
- Qt C++, Eclipse (on Win 7) - project build failed with "unresolved reference to _Unwind_Resume" error
- How do I install/enable OpenMP for Eclipse with MinGW on Windows?
- Java: Eclipse does not recognize the source folder
- Turn off airplane mode [A continued question]
- how to build JDT core using eclipse, or any IDE?
- Parsing a text file into strings with ArrayList<String> for Q&A structured application
- How can I avoid synthetic access compiler warning with inline-anonymous class declaration and what does it mean?
- Negative array size exception thrown by Eclipse