mapfragment Questions

7

Solved

Can I disable drag functionality when the user tries to drag the map with his fingers without disturbing the Zoom in and Zoom out? Any one please suggest an idea of doing this! Thanks for your P...
Almetaalmighty asked 7/6, 2013 at 8:30

8

Solved

I need your help... I work on it until 3 days. My app is working with fragments. One of these fragments has to display a map from the Google Maps V2 api for Android. Currently, I'm using a MapFragm...
Backhander asked 15/3, 2013 at 13:34

2

Solved

Are there any differences between SupportMapFragment and MapFragment? In the reference it says that you should only use MapFragment when you target Android API level 12 and higher, but are there an...
Slenderize asked 8/2, 2014 at 14:31

5

Solved

In this app, I am trying to add a functional V2 google map. I've looked at most of the tutorials for creating an activity, obtaining a key for the maps, and creating the xml file to try and see if ...
Marchesa asked 12/2, 2013 at 4:23

4

Solved

I have a navigation drawer with some fragments. Each Fragment has a MapFragment in the layout. Initially, when the app runs the navigation drawer clicks open up the fragment once, but when I click ...

3

Solved

I use the Google Maps Api Version 2 for Androidto add a MapFragment to my Application. This Fragments improves a lot in terms of speed and API usability. Sadly it also allows to rotate the map wi...

16

I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As you may know, MapFragment implementation is based on SurfaceView. The problem is th...

2

Solved

I want to add a pulse ring animation on blue dot current user location in Android google mapFragment (like Uber). Can anybody help me with this thing?
Tillie asked 16/1, 2017 at 9:22

1

I would know the differences because I'm developing an app and I would introduce Google Map API v2 for compiling above Android 2.3. Which should I use?
Broadleaved asked 28/4, 2015 at 12:28

4

Solved

I am developing an Android app with Xamarin (version 7.1). It displays as map and draws PolyLines, doing so in OnCameraIdle(). The MapFragment is generated programmatically in OnCreate. I am fetch...
Reincarnate asked 3/4, 2017 at 19:21

2

Solved

I'm currently trying to put a Map View (or a fragment containing the map)inside a CollapsingToolbarLayout. I would want to have the parallax effect on it when the RecyclerView scrolls. Unfortunatel...

4

Using below code to show and hide MapFragment, and it works just well: public class MapFragmentActivity extends FragmentActivity { ........... mMapFragment = ((SupportMapFragment)getSupportFragme...

2

Solved

I am not sure whether I should be using MapView or stick to using a MapFragment. My application is an app that finds the nearest set of places that are closest to you. I want to be able to add loca...

1

Solved

I am trying to capture the double tap event using a gesture detector. I have an overlay frame that is placed on top of my map fragment, and implements ontouch and ongesture listeners. The problem ...
Sandpit asked 2/11, 2015 at 21:41

2

Solved

I just started using MapFragments, and I can get the Map to show in my Activity. I just use a simple XML-layout, and it works as expected: Now, I need to get the Fragment in code, so I can start...
Cotswold asked 18/1, 2013 at 20:10

4

Solved

I have problems to access the fragment of the map. getFragmentManager().findFragmentById(R.id.map)) returns always null. I don't know why. What's the problem? Thank you! <LinearLayout xmlns:a...
Hod asked 6/6, 2013 at 16:27

0

My app has three different Activities that use a SupportMapFragment. There is a major delay on the first load after starting the app. This slow load time does not occur on subsequent loads, even if...
Burnt asked 17/11, 2014 at 16:19

4

Solved

I need add some custom buttons on my MapFragment. I use this code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_p...
Sphene asked 9/6, 2014 at 22:22

1

Solved

I have a performance issue when using MapFragment together with the action bar menu. The bug emerges when three conditions are met Have a MapFragment instantiated. Trigger a fragment transactio...
Broucek asked 7/8, 2014 at 11:54

1

Solved

I am using Xamarin and I have modified the Google Maps API 2 sample to use SupportMapFragment objects rather than MapFragment objects. Can I have some help with the InitMapFragment function. Here...

1

As far as I can see, MapFragment has an issue with transition animations. All views on the layout are getting shown immediately, including the MapFragment's own views (like zoom buttons). But the m...

2

I am currently trying to transfer my OSMDroid Map Activity into Fragments. It seems that everything has been set correctly but I'm getting this weird NullPointerException which I'm unsure of solvin...
Refusal asked 20/2, 2013 at 16:13

3

Solved

I am developing an Android application showing a map. I'm using a MapFragment in which I display my map. I obtained an API Key and added all the needed permissions to my manifest. So far so good,...
Pedology asked 1/8, 2013 at 15:15

2

Solved

Here's the setup: I'm constructing and displaying Activities that are styled as centered Dialogs. This is to show hierarchical content that shouldn't be full-screen on the device. One type of co...

4

Solved

I am trying to use the new Google Play Services Lib and embbed Maps in side the Maps Fragment as below PlaceMapsFragment.java public class PlaceMapsFragment extends SupportMapFragment { private ...

© 2022 - 2024 — McMap. All rights reserved.