Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4274704
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:52:59+00:00 2026-05-21T07:52:59+00:00

I have a IPad application in which I add MKMapView programmatically without using the

  • 0

I have a IPad application in which I add MKMapView programmatically without using the NIB.

{
CGRect r = CGRectMake(0, 0, 768, 980);

//CGRect r = CGRectMake(0, 0, 1004, 1004);

mapView = [[MKMapView alloc] initWithFrame:r];
mapView.showsUserLocation = FALSE;
mapView.mapType = MKMapTypeStandard;
//mapView.mapType = MKMapTypeHybrid;
//mapView.mapType = MKMapTypeSatellite;
mapView.delegate = self;

/*Region and Zoom*/
// one degree = 69 miles

// get the distance
// .01 = 1 mile square
//float distance = controller.itemDistance;

float distance = 1.0;
distance = distance/100.0;

MKCoordinateRegion region;
MKCoordinateSpan span;

span.latitudeDelta = distance;
span.longitudeDelta = distance;

CLLocationCoordinate2D location = mapView.userLocation.coordinate;
location.latitude = currLocation.coordinate.latitude;
location.longitude = currLocation.coordinate.longitude;

region.span = span;
region.center = location;

[mapView setRegion:region animated:TRUE];
[mapView regionThatFits:region];
[self addSubview:mapView];

[self addAnnotation];

}

The problem that I am facing is that the GOOGLE Logo Does not show up at the bottom of the MAP and also not showing the copyright notice. Due to this the application has been rejected from App Store. Can anyone help to add the logo on the MAP ?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:53:00+00:00Added an answer on May 21, 2026 at 7:53 am

    may be your mapview is bigger than your view that you want to add in. Log frame height and width of view, and see if it is smaller than mapView.
    Also consider to add [self setClipToBounds:NO]; and see mapView is flooding.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created iPad application which downloads images using web service. But my application
I have created an IPAD application which supports on Portrait orientation. Before uploading on
I have an existing iPad application to which I've just added core data versioning.
Has Anyone tried using PDF in iPad Application, using CGPDf functions. I have used
I created an iPad application in which I would like to have my searchBar
I have an iPad application which requires me to stream a video to a
I have implemented ipad application in which i want parse table of content but
I have written a tab based iPad application which has done well. I never
I am a developing an iPad application in which i have to use CTRunDelegate
I have created an iPad application which contains images. I am storing these images

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.