Discussion Forums  >  Suggestions, Ideas, Wish List

Replies: 1    Views: 418

Altec2u
Apple Fan
Profile
Posts: 8
Reg: Oct 28, 2010
Lake Havasu Cit...
80
11/16/10 03:43 PM (15 years ago)

Map Location Properties

Is there a way to put a phone number that can be called by pressing it, in the call out name of the map location properties? I know you can add the address and name of place but a phone number would be cool if it could call when pressed. Thx
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
11/16/10 08:51 PM (15 years ago)
Thats a fabulous idea! There isn't a way to do this on the buzztouch control panel. But, depending on your skill level you could pull it off yourself with a little digging. For iOS, you'll want to explore the MapViewController.m file in the Screen_LocationMap directory. You'll want to work with this: [directionsButton addTarget:self action:@selector(showDirections:) forControlEvents:UIControlEventTouchUpInside]; to trigger a new function, like placeCall or something you write. This would be easy with even the most basic understanding. For Android, explore the Screen_LocationMap.java file. Look at the showDirections or showMoreDetails functions. Again, easy adjustments if you dig around a little. Hope this helps.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.