BlakBerry cards

Abdoulaye everyone this is my first post.

I m new to BB. I need the code for a mapfield where I can add my own markers and clicking on this dialog box new markers display only apears clicked marker related information... Anyone has an idea please do help me

Thanks in advance

Hi hassan_butter,

below is the source code full of CustomMapField just copy paste in your class, in which screen you add this call to field map

MultiMapField mMultiMapField = new MultiMapField (ArrayList arrayOfCoordinates);

Append (mMultiMapField);

I send you a list of array of objects that I don't think your interest it contain strings that must be displayed and the coordinates of points

now add the mMultiMapField to your manager.

I have not implemented search panel, but I think that you can use in this respect in the field of card demo.

Here is the complete source code for CustomMapField:

SerializableAttribute public class MultiMapField extends MapField {}
Coordinates the mPoints [] = new coordinates [0];
coordinated public [] mPoints = null;
public image Bitmap [Browse];
Image bitmap mPointsBitmap;
XYRect mDest;
public XYRect [] mPointDest;
public int selectedPoint =-1;
Vector infoTraceMsg = null;
public int startX =-1;
public int startY =-1;
public int endX;
public int endY;
public int s_lat;
public int s_lon;
public int e_lat;
public int e_lon;
public XYPoint start;
public XYPoint end;
public XYPoint start_world;
public XYPoint end_world;
public MultiMapField (vector infoTraceMsg)
{
this.infoTraceMsg = infoTraceMsg;
mPoints = new Coordinates [infoTraceMsg.size ()];
for (int i = 0; i)<>
{
InfoTraceRoute infoTraceRoute = (InfoTraceRoute) infoTraceMsg.elementAt (i);
mPoints [i] = new address (infoTraceRoute.doubleLatitude, infoTraceRoute.doubleLongitude, Float.NaN);
            
}
zoomToFitPoints();
repaintPoints();
this.setZoom (8);
setZoom ((getMaxZoom () + getMinZoom ()) / 2);
}
{} public void addCoordinates (contact details)
Arrays.Add (mPoints, coordinated);
zoomToFitPoints();
repaintPoints();
}

public void addCoordinates (coordinates {coordinates [])}
Arrays.Add (mPoints, coordinated);
mPoints = coordinates;
zoomToFitPoints();
repaintPoints();
}
protected void zoomToFitPoints() {}
Zoom to the max position
setZoom (getMaxZoom ());
/*
if(mPoints.Length==1)
{
Center = new Coordinates coordinates (mPoints [0] .getLatitude (), mPoints [0] .getLongitude (), 0);
this.moveTo (center);
}*/
point median int = 0;
If(mPoints.length%2==0)
midPoint = mPoints.length / 2;
on the other
midpoint = (mPoints.length + 1) / 2;
        
this.moveTo (mPoints [midPoint]);
get all points pixels
int minLeft = getWidth();
int minUp = getHeight();
int maxRight = 0;
int maxDown = 0;
Coordinates minLeftCoordinates = null;
Coordinates minUpCoordinates = null;
Coordinates maxRightCoordinates = null;
Coordinates maxDownCoordinates = null;
for (int i = 0; i)< mpoints.length;="" i++)="">
XYPoint point = new XYPoint();
convertWorldToField (mPoints [i], point);
If (point.x<= minleft)="">
                    
minLeft = point.x;
minLeftCoordinates = mPoints [i];
}
If (point.x > = maxRight) {}
maxRight = point.x;
maxRightCoordinates = mPoints [i];
}
If (point.y<= minup)="">
minUp = point.y;
minUpCoordinates = mPoints [i];
}
If (point.y > = maxDown) {}
maxDown = point.y;
maxDownCoordinates = mPoints [i];
}
/ * While (minLeft<>
{
moveTo()
}*/
}
        
* if(maxRightCoordinates==null)
{
XYPoint point = new XYPoint();
convertWorldToField (mPoints [0], point);
maxRight = point.x;
maxRightCoordinates = mPoints [0];
}
if(maxDownCoordinates==null)
{
XYPoint point = new XYPoint();
convertWorldToField (mPoints [0], point);
maxDown = point.y;
maxDownCoordinates = mPoints [0];
} */
Double moveToLat = maxDownCoordinates.getLatitude)
+ (minUpCoordinates.getLatitude () - maxDownCoordinates)
(. getLatitude()) / 2;
Double moveToLong = minLeftCoordinates.getLongitude)
+ (maxRightCoordinates.getLongitude () - minLeftCoordinates)
(. getLongitude()) / 2;
Coordinates moveTo = new coordinated (moveToLat, moveToLong, 0);
moveTo (moveTo);
Zoom to the left of min, max + 1 pixels right
int getZoom() = zoom;
outOfBounds Boolean = false;
While (! outOfBounds & zoom > getMinZoom()) {}
-Zoom;
setZoom (zoom);
XYPoint point = new XYPoint();
try {}
convertWorldToField (minLeftCoordinates, point);
If (point.x<>
outOfBounds = true;
convertWorldToField (minUpCoordinates, point);
If (point.y<>
outOfBounds = true;
convertWorldToField (maxRightCoordinates, point);
If (point.x > getWidth())
outOfBounds = true;
convertWorldToField (maxDownCoordinates, point);
If (point.y > getHeight())
outOfBounds = true;
} catch (IllegalArgumentException ex) {}
outOfBounds = true;
}
}
Zoom ++;
setZoom (zoom);
}

protected void repaintPoints() {}
mPointsBitmap = new Bitmap (getWidth (), getHeight());
mPointsBitmap.createAlpha (Bitmap.ALPHA_BITDEPTH_8BPP);
mDest = new XYRect (0, 0, mPointsBitmap.getWidth (), mPointsBitmap.getHeight ());
Graphics g = new Graphics (mPointsBitmap);
If (null! = browse) {}
mPointDest = new XYRect [mPoints.length];
for (int i = 0; i)< mpoints.length;="" i++)="">
If (null is {mPointDest [i])}
XYPoint fieldOut = new XYPoint();
convertWorldToField (mPoints [i], fieldOut);
                                
int imgW is mPoint [i] .getWidth ();.
int imgH is mPoint [i] .getHeight ();.
mPointDest [i] = new XYRect (fieldOut.x - imgW/2,
fieldOut.y - imgH, imgW, imgH);
if(i!=0)
{
XYPoint fieldOutPrevious = new XYPoint();
convertWorldToField (mPoints [i-1], fieldOutPrevious);
g.setDrawingStyle (Graphics.DRAWSTYLE_AAPOLYGONS, true);
() g.tileRop
g.setColor (Color.DEEPSKYBLUE);
g.setStrokeWidth (20);
//
g.drawLine (fieldOutPrevious.x, fieldOutPrevious.y, fieldOut.x, fieldOut.y);
}
                                
}
g.drawBitmap (mPointDest [i], browse [i], 0, 0);
                        
}
if(selectedPoint>=0)
{
g.setGlobalAlpha (0xff);
System.out.println (selectedPoint);
g.setDrawingStyle (Graphics.DRAWSTYLE_AAPOLYGONS, true);
InfoTraceRoute infoTraceRoute = (InfoTraceRoute) this.infoTraceMsg.elementAt (selectedPoint);
                    
"String annotationTitle = infoTraceRoute.intCount + ' '+ infoTraceRoute.strCurrentStatus +' ' + MathUtilities.round (MathUtilities.round (infoTraceRoute.doubleLatitude)) + '.
"" + MathUtilities.round (MathUtilities.round (infoTraceRoute.doubleLongitude));
"String annotationSubTitle = infoTraceRoute.strReceivedDate +" "+ infoTraceRoute.strRunningSpeed;
int length = () annotationTitle.length > () annotationSubTitle.length? annotationTitle.length (:annotationSubTitle.length());
g.setColor (0 x 757575);
g.fillRect(mPointDest[selectedPoint].x-5,mPointDest[selectedPoint].y-60,length*6+6,28);
g.setColor (0 x 525250);
                
                
int [] xPoints = {mPointDest [selectedPoint] .x - 5 .x-5 mPointDest [selectedPoint], mPointDest [selectedPoint] .x - 3,
mPointDest [selectedPoint] .x + 5, mPointDest [selectedPoint] .x + 5, mPointDest [selectedPoint] .x + length * 6.
{mPointDest [selectedPoint] .x + length * 6};
int [] yPoints = {mPointDest [selectedPoint] there - 32, mPointDest [selectedPoint] there - 5, mPointDest [selectedPoint] there - 5,
mPointDest [selectedPoint] and suplicamos, mPointDest [selectedPoint] there - 5, mPointDest [selectedPoint] there - 5,
mPointDest [selectedPoint] there - 32};
g.setColor (Color.BLUE);
g.drawFilledPath (xPoints, yPoints, null, null);
g.setColor (Color.BLACK);
g.setFont (g.getFont () .derive (Font.BOLD, 10));
g.drawText (annotationTitle, mPointDest [selectedPoint] .x - 3, mPointDest [selectedPoint] there - 55);
g.drawText (annotationSubTitle, mPointDest [selectedPoint] .x - 3, mPointDest [selectedPoint] there - 30);
                    
                    
                
}
}
}

protected void paint (Graphics g) {}
Super.Paint (g);
If (null! = mPointsBitmap) {}
graphics.setGlobalAlpha (100);
graphics.drawBitmap (mDest, mPointsBitmap, 0, 0);
int r = 5;
for (int i = 0; i)<>
{
XYPoint routeCoordinate = new XYPoint();
convertWorldToField (mPoints [i], routeCoordinate);
XYPoint routeNextCoordinate = new XYPoint();
convertWorldToField (mPoints [i + 1], routeNextCoordinate);
g.setColor (Color.BLUE);
g.drawLine (routeCoordinate.x, routeCoordinate.y, routeNextCoordinate.x, routeNextCoordinate.y);
/ * int lineXPoints [] = {fieldOutPrevious.x, fieldOutPrevious.x, fieldOut.x, fieldOut.x, fieldOutPrevious.x};
int lineYPoints [] is {fieldOutPrevious.y + r - 3, r + 3, fieldOut.y + fieldOutPrevious.y + r - 3, r + 3, fieldOutPrevious.y + fieldOut.y + r - 3};.
g.drawFilledPath (lineXPoints, lineYPoints, null, null);
g.setColor (Color.WHITE); * /
}
If (null! = browse) {}
mPointDest = new XYRect [mPoints.length];
for (int i = 0; i)< mpoints.length;="" i++)="">
If (null is {mPointDest [i])}
XYPoint fieldOut = new XYPoint();
convertWorldToField (mPoints [i], fieldOut);
                                
int imgW is mPoint [i] .getWidth ();.
int imgH is mPoint [i] .getHeight ();.
imgW int = r * 4;
int imgH = r * 4;
                                
mPointDest [i] = new XYRect (fieldOut.x - imgW/2,
fieldOut.y - imgH, imgW, imgH);
                        
/ * if(i!=0)
{
XYPoint fieldOutPrevious = new XYPoint();
convertWorldToField (mPoints [i-1], fieldOutPrevious);
g.setColor (Color.DEEPSKYBLUE);
                                    
}*/
                                
}
InfoTraceRoute infoTraceRoute = (InfoTraceRoute) infoTraceMsg.elementAt (i);
result.createAlpha (Bitmap.ALPHA_BITDEPTH_8BPP);
int annotationColor = 0;
int annotationTextColor = 0;
If (infoTraceRoute.strCurrentStatus.Equals ("Stop"))
{
annotationColor = Color.RED;
annotationTextColor = Color.WHITE;
                             
}
Another yew (infoTraceRoute.strCurrentStatus.equals ("START"))
{
annotationColor = Color.GREEN;
annotationTextColor = Color.BLACK;
                                 
}
Another yew (infoTraceRoute.strCurrentStatus.equals ("RUNNING"))
{
annotationColor = Color.BLUE;
annotationTextColor = Color.WHITE;
}
ElseIf (infoTraceRoute.strCurrentStatus.equals ("GEO ALERT"): infoTraceRoute.strCurrentStatus.equals ('GEO IN ALERT'))
{
annotationColor = Color.ORANGE;
annotationTextColor = Color.BLACK;
}
ElseIf (infoTraceRoute.strCurrentStatus.equals ("RUNNING over SPEED"))
{
annotationColor = Color.BLACK;
annotationTextColor = Color.WHITE;
}
on the other
{
annotationColor = Color.YELLOW;
annotationTextColor = Color.BLACK;
}
g.setColor (annotationColor);
int xPoints [] = {mPointDest [i] .x, mPointDest [i] .x, mPointDest [i] .x + 2 * r - 5, mPointDest [i] .x + 2 * r, mPointDest [i] .x + 2 * r + 5, mPointDest [i] .x + 4 * r, mPointDest [i] .x + 4 * r};
int [] yPoints is {mPointDest [i] there, mPointDest [i] + 4 * r there, mPointDest [i] + 4 * r there, mPointDest [i] + 5 * r there, mPointDest [i] + 4 * r there, mPointDest [i] there + 4 * r, there mPointDest [i]};.
g.drawFilledPath (xPoints, yPoints, null, null);
g.setColor (annotationTextColor);
g.setFont (g.getFont () .derive (Font.BOLD, 10));
g.drawText(""+infoTraceRoute.intCount,mPointDest[i].x+r,mPointDest[i].y+r);
                        
}
if(selectedPoint>=0)
{
g.setGlobalAlpha (0xff);
System.out.println (selectedPoint);
g.setDrawingStyle (Graphics.DRAWSTYLE_AAPOLYGONS, true);
InfoTraceRoute infoTraceRoute = (InfoTraceRoute) this.infoTraceMsg.elementAt (selectedPoint);
                    
"String annotationTitle = infoTraceRoute.intCount + ' '+ infoTraceRoute.strCurrentStatus +' ' + MathUtilities.round (MathUtilities.round (infoTraceRoute.doubleLatitude)) + '.
"" + MathUtilities.round (MathUtilities.round (infoTraceRoute.doubleLongitude));
"String annotationSubTitle = infoTraceRoute.strReceivedDate +" "+ infoTraceRoute.strRunningSpeed;
int length = () annotationTitle.length > () annotationSubTitle.length? annotationTitle.length (:annotationSubTitle.length());
g.setColor (0 x 757575);
g.fillRect(mPointDest[selectedPoint].x-5,mPointDest[selectedPoint].y-60,length*6+6,28);
g.setColor (0 x 525250);
                
                
int [] xPoints = {mPointDest [selectedPoint] .x - 5 .x-5 mPointDest [selectedPoint], mPointDest [selectedPoint] .x - 3,
mPointDest [selectedPoint] .x + 5, mPointDest [selectedPoint] .x + 5, mPointDest [selectedPoint] .x + length * 6.
{mPointDest [selectedPoint] .x + length * 6};
int [] yPoints = {mPointDest [selectedPoint] there - 32, mPointDest [selectedPoint] there - 5, mPointDest [selectedPoint] there - 5,
mPointDest [selectedPoint] and suplicamos, mPointDest [selectedPoint] there - 5, mPointDest [selectedPoint] there - 5,
mPointDest [selectedPoint] there - 32};
g.setColor (Color.BLUE);
g.drawFilledPath (xPoints, yPoints, null, null);
g.setColor (Color.BLACK);
g.setFont (g.getFont () .derive (Font.BOLD, 10));
g.drawText (annotationTitle, mPointDest [selectedPoint] .x - 3, mPointDest [selectedPoint] there - 55);
g.drawText (annotationSubTitle, mPointDest [selectedPoint] .x - 3, mPointDest [selectedPoint] there - 30);
                    
                    
                
}
}
                
//}
}
    
    
protected boolean touchEvent (TouchEvent event)
{
super.touchEvent (event);
endX = event.getX (1);
endY = event.getY (1);
Switch (event.getEvent ())
{
            
case TouchEvent.DOWN:
System.out.println ("inside the touchevent down");
startX = endX;
startY = endY;
Returns true;
case TouchEvent.MOVE:
System.out.println ("inside the touchevent move");
Start = new XYPoint (startX, startY);
end = new XYPoint (endX, endY);
start_world = new XYPoint (s_lat, s_lon);
end_world = new XYPoint (e_lat, e_lon);
convertFieldToWorld (start, start_world);
convertFieldToWorld (end, end_world);
System.out.println ("DownLan ("+ start_world.x + "," + start_world.y +") and UpLon ("+ end_world.x +","+ end_world.y +").") ») ;
int newlan = start_world.y - end_world.y;
Newlan = Newlan / ((getZoom () / 2) + 1);
newlon int = start_world.x - end_world.x;
Newlon = Newlon / ((getZoom () / 2) + 1);
int lat = newlan + getLatitude ();
int lon = newlon + getLongitude ();
            
If (lat<>
{
LAT =-9000000;
}
If (lat > 9000000)
{
LAT = 9000000;
}
                   
If (lon<>
{
LON =-18000000;
}
If (l > 18000000)
{
LON = 18000000;
}
            
moveTo (lat, lon);
Invalidate();
Returns true;
case TouchEvent.UP:
System.out.println ("inside the touchevent upward");
startX =-1;
startY =-1;
Returns true;

case TouchEvent.CLICK:
System.out.println ("inside the touch click");
int i = mPointDest.length - 1;
for (; i > = 0; i--)
{
If (Event.GetX (1) > = mPointDest [i] .x & event.getX (1))<=mPointDest[i].x+mPoint[i].getWidth()>
event.getY (1) > = mPointDest [i] there & event.getY (1)<>
{
System.out.println ("clicked point" + i);
selectedPoint = i;
Invalidate();
repaintPoints();
break;
}
}
If (i<>
{
If (selectedPoint<>
{
If (getZoom () > getMinZoom ())
setZoom (getZoom () - 1);
}
on the other
selectedPoint =-1;
Invalidate();
repaintPoints();
}
                            
Returns true;
}
Returns false;
        
}
    
Public Sub repaintMap()
{
Invalidate();
}
}

Tags: BlackBerry Developers

Similar Questions

  • bought iphone7 pluse Qatar facetime doesn't work for the sim card of the India

    Hello Sir,

    I bought iphone7 pluse in qatar that the facetime doesn't work for the sim card of the India. and also before 2 years I bought the iphone 6, as well as in the same countries qatar, but that works perfectly and facetime works for me. the difference what I unbox my 6plus in indai, I unbox my 7plus in qatar and I put the sim card of sri lanka first and tried to India sim then and facetime disappear from the home screen. at the point where I insert my card sim of qatar is worrking. Please I need help. If I buy another piece of 7plus and bring it in sri lanka or India my facetime work? or what? I'm totally confused plese answer me as fast as you can

    FaceTime is forbidden by the law in Saudi Arabia and the UNITED Arab Emirates and is removed from iPhones sold in other countries of the Middle East, if they are used outside the country where they were originally sold. If you plan to use an iPhone outside the Middle East, then don't buy it in the Middle East. The one you bought there FaceTime was illegally imported from another region and sold it.

  • ITunes card

    I just bought a $25 gift card and he bought from iTunes 10/06/16 - I did not all app purchases and as well as my family [husband doesn't know how and the girl is locked on hers for awhile]-I have storage iCloud de.99 but I don't see anywhere in the purchases they pulled out their fees. How will I know what is charged to the card?

    How things have been charged will appear on the purchase of the account history: see your purchase history in iTunes on Mac or PC - Apple Support store

  • Change of credit card deductions

    I am from Pakistan. I just change my credit card information and for whom I had 1 USD charged twice within 2 minutes.
    When I haven't bought anything, why me is she charged in the first place and who has also twice?

    Hello

    When a payment card is added or updated in iTunes Store, iBooks Store, App Store or Mac App Store, we can make a request for authorization to your card issuer.

    It's not a real charge, just a check to ensure that your credit card is active and can be used when you pay for your transactions.

    When a temporary authorization hold is placed on your credit or debit card, it will be only for a small nominal amount. For example, in the United States, you might see a charge of $1.00 USD.

    These charges will be removed automatically from your card account and shall not be paid.

    More information:

    Any payment holds card authorization in the iTunes Store - Apple Support

  • WHY APPLE DOESEN'T SEND AN EMAIL ABOUT A CHARGE PENDING TO DOUBLE-CHECK A CREDIT CARD

    So I download an app from Wal-Mart, and I have not anything bought on iTunes in a while, if I have $17.07 to credit. I noticed a "pending" charge of $1.00 and think someone's trying to see if the account will accept the charge pending in order to come back and 'buy' something bigger. So, I call Discover and report any suspicious activity, and cancel us the credit card! I then called the phone number on the charge waiting to see if iTune can tell me who are the load, only to get a recording to go to the web site.  What I did.  Nothing on the web site indicates that Apple will send you from time to time pending charge to CHECK a credit card that has not been used! I got Apple Support call me and they told me it! WHY IS THERE NO EMAIL SENT TO THE ADDRESS ON FILE TO EXPLAIN THAT?

    It's normal...  Apple places hold a $1 authorization, but you will be refunded within two to three business days.

    Any payment holds card authorization in the iTunes Store - Apple Support

    I noticed a "pending" charge of $1.00 and think someone's trying to see if the account will accept the charge pending in order to come back and 'buy' something bigger.

    It is simply a waiting for permission. Nothing more.

  • To update to OS Sierra, I need to enter a valid credit card, even if it's free?

    I have moved countries and not to use a credit card. To update to OS Sierra, I need to enter a valid credit card, even if it's free?
    What is happening with this? I'm more a person worthy enough to upgrade? I upset the bank accounts of the billionaires who benefit from knowing my account information?

    < re-titled by host >

    Create or use your Apple ID without a mode of payment - Apple Support

  • 2012 MacBook Pro 15 card AirPort move to ca?

    The AirPort in my MBP 15 mid-2012 is a failure. It is replaceable by the user? If so, can I put my MBP to an AC AirPort wireless card?

    The WIFI chip is on the motherboard and is not user serviceable or editable.  You might be able to find an external WIFI adapter that supports 802.11ac, but that internal is not extensible.

  • More high graphics card Possible for early 2009 Mac Pro

    As the title suggests, I have an early 2009 Mac Pro with 12 GB of RAM.

    I want to update my graphics card to something better and I have no idea of what I put in the card. Ideally, I would like to put the last possible graphics card that is compatible for this.

    I don't know what I would look for PCI or PCI - e and what diet I would look for that would support such a computer "arcane".

    Any advice would be greatly appreciated!

    Best wishes

    Sergio

    the 2009 mac 4.1 pro can be upgraded to a number of current spare cards from Nvidia and AMD, but in many cases the cards require custom flashing of the Distributor and custom drivers. You need to buy a card with a distributor of mac because versions "Windows" of these cards will not work out of the box and OS X will not support without 3rd party drivers. This procedure is not recommended by apple that would rather you buy a new mac pro and again I want to say something for $5K, which offers the latest GPU is already 3 years old.

    research on the Web "Mac Pro 4.1 GPU" for more details.

  • No SIM card installed

    I know there are discussions on this subject but answers all explain how to get your SIM card is displayed. I don't have a SIM card. I don't want one. I bought a cell phone compatible iPad because I want the GPS. If I need to connect to the internet while I am away from home, I use my iPhone as a hotspot.

    My 3rd generation iPad gives me repeated "No SIM Card installed" messages while I use it. If he did only once at startup I understand, by why keep repeatedly remind me there is no SIM? I KNOW that there is no SIM.

    Oddly enough, my new iPad Pro, which does not have a SIM card, never gave me this message, not even at startup. Is there a way to stop doing on the generation iPad 3?

    Thanks in advance,

    Steve =: ^)

    Have you checked settings to see if the cell data is lit?

  • How can I buy tokens to play poker zynga with an ITunes gift card that I download on my ITunes store account. the system on my IPhone gave me the following message "your purchase cannot be completed, to contact Itunes support support a.

    How can I buy tokens to play poker zynga with an ITunes gift card that I download on my ITunes store account. the system on my IPhone gave me the following message "your purchase cannot be completed, to contact Itunes support support on this Web site, www.apple.com/support/itunes/ww/.

    Click here and ask for help from the staff of the iTunes Store.

    (145085)

  • You can unlock an iPhone 7 from its supplier of the Sim Card? And if so, how?

    I am currently with three and you have an iPhone on the 02 network 7. Is it possible to unlock the iPhone so I can use my sim card, or is it not possible for the 7 yet?

    If it is possible, how would go about to do?

    Thanks in advance!

    Only the carrier, that the device is locked can authorize an unlock of the device. You will need to contact them to see if they provide unlocking services and if you are eligible. If you, then follow the directions. If this isn't the case, you will need to wait until you do.

  • The cards are transferred to a new phone?

    I just improved 6-6s and restored my phone from a backup.  Everything transferred to my new phone except my cards Pay of Apple.  They always appear in my old phone, but not the new.  Is there anyway that I can get them over my 6s? Or am I stuck having to add manually.  Thank you!

    Hello

    Cards don't yield - you'll need to add them to the Apple pay separately on your new iPhone (every combination of payment card and the device is assigned an account number single device).

    More information:

    Set up Apple pay on your iPhone, iPad, Apple Watch or Mac - Apple Support

  • When I press the button Add card on my phone app here is I get the error message

    Hi thanks, my cards have been on my iPhone 6plus for quite awhile. I recently bought an iwatch series 1. Watch and phone software is up to date. My app to watch on my phone recognizes my cards when I press the map button Add on my phone app here is I get the error message.

    Hello

    To be able to add cards to pay Apple on your watch, it will first the configuration of the area selected (like on your iPhone):

    • On your iPhone, in the application of the watch, go to: Watch My > general > language and region - check Format correct region is selected.
    • If they are already correct, it can help to select again the two the same Format of the region and also the language of the system itself.

    Then follow the instructions here to add cards to the Watch:

    More information:

    Pay help, add maps of Apple - Apple Support

  • Apple vs my credit card music family

    Hello! I have a few questions for you about Apple music family members.

    My parents and I consider joining Apple music on domestic contract. I know that we have iCloud family shares this option, don't we? My father is going to be the Organizer, which means that the credit card number connected to his Apple ID will cover the costs. At the same time, I can download any TV shows, music, books, etc. bought it and that it can download the stuff I bought. And these are my questions:

    • Can I control it somehow? Which means, can I not allow my father to download my music etc. ? Or is it mandatory for us to share some stuff?
    • I'll be able to buy something and pay for it using my credit card connected with my own creation Apple ID AFTER the Division of the family? Or my dad's going to have to pay for everything that his host family by credit card?
    • Nothing more that our purchases do we share? Meaning, my notes, contacts, small girlfriend naked pictures are always ONLY in sync between my iPhone and my MacBook? My parents won't get it on their phones?
    • Apple music will automatically 'attack' from my iTunes library? I wish I had Apple music only on my iPhone. I want my iTunes Library unchanged, because I want to synchronize with my old iPod Classic as well. I have to sign out the Apple ID in iTunes Store and iCloud in the settings, if I want to save the iTunes library?
    • Can I leave family sharing after a year or something?

    I want to share only the price Apple music with my parents, nothing more. Can I do it? How?

    Waiting for your answer

    PS: Sorry for mistakes; first language not English

    Hi Darth envious,

    Thank you for using communities Support from Apple! We would be happy to help you with your questions. In the order:

    -You can control what you share, by hiding a specific content is not visible to other members of your family group or by disabling the option of sharing your purchases.

    -All purchases are charged to the Organizer, but purchases will apply to any available gift or store credit before billing if you want to pay for it yourself (i.e. by applying a gift card iTunes Store on your account).

    -Sharing family is mainly on the content you've purchased. There is a shared photo album automatically created, but you must choose to add photos to it.

    -You can choose not not to activate the Apple music on a computer or device. Just note that when Apple music is enabled on a device, you can not directly sync in iTunes (since it's synchronization via iCloud music library instead).

    -Any member of a group of older family of more than 13 sharing can leave at any time. If the Organizer leaves, he dissolved the group.

    For more information on these and other issues on the sharing of family and Apple's music, you may find the following articles useful:

    iCloud - family sharing - Apple
    Share purchased content with family sharing - Apple Support
    If you do not see your family sharing content - Apple Support
    Hide and expose the iTunes Store, App Store or purchases made on iBooks Store - Apple Support
    Purchases and payments - Apple Support families
    Let the family sharing - Apple Support
    Apple music and family sharing - Apple supported
    What happens to your existing music collection when you join music Apple - Apple Support

    See you soon!

  • Sign in I tunes required Visa card

    Sign in I tunes required Visa card

    You have a question? If you do, you will need to provide details of what exactly you're trying to do, and what happens when you do that.

    If you mean that you are either prompted to enter in the details of payment before you can download anything, then you made? You get an error message by? If you try to create a new account and don't have payment details you must use these statements when you create an account: create or use your Apple ID without a mode of payment - Apple Support

Maybe you are looking for

  • Please help lenovo y500 crahed

    feel free to talk to me like I'm stupid because I think I have bricked my y500. He has the 1 TB HDD 16 gb ssd 650 m nvidia initially had win 8. About 6 months ago, it crashed and I did a clean install of win 8.1 (paid 60.00 - reason #1 im a fool and

  • Computer can not find the wireless (bluetooth) jam speaker

    I downloaded Rocketflish micro bluetooth adapter with driver.  Computer still cannot find JAM wireless.  Computer is HP less than a year.  Did not come with bluetooth.  All suggeswtions... I have disenabled speakers realtek Bonnie Moved from feedback

  • I don't remember the password for my network, but I do remember the password for my computer and my home group.

    I don't remember the password for my network, I remember the password to my computer and my home group, they are all different to change that, but family crisis distract me unable to use my ipad now or my other computer help! original title: password

  • How to go back to the old passowrd?

    then my cousin changes his password and has been twice since. so I was thinking about a system restore could not work but wouldn't I need the Vista CD? I don't really know what to do a little confused :(

  • New hub of most blackBerry for Android

    With the new app Hub + for any material Marshmallow 6.0 will have the message delete options like the BB10? I want the option to delete the phone but stay on the server or delete both. BlackBerry to my knowledge is the only software to offer this opt