0

I need have a textbox where user can input latitude and longitude, eg. 51.499167, -0.124722 for Palace of Westminster.

The problem is, that InputScope numerical hasn't Minus char.

Has some the same problem and has a solution?

user278618
  • 19,306
  • 42
  • 126
  • 196

1 Answers1

3

You could use one of these:

AddressStreet*, CurrencyAmountAndSymbol, CurrencyChinese, PostalAddress, PostalCode, Time, TelephoneAreaCode, TelephoneCountryCode, TelephoneLocalNumber, TelephoneNumber

They all display numbers with the minus sign as shown on this MSDN page.

keyboardP
  • 68,824
  • 13
  • 156
  • 205
  • TelephoneNumber works fine. There are *, # and space chars but I know that there is no way to remove those chars. Thanks a lot – user278618 Jan 15 '12 at 14:10