For some reason, the Google API expects longs instead of objects (like Color). What is the format for this and how can I pass it in?
For some reason, the Google API expects longs instead of objects (like Color). What
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can just define this in hex directly in the call. Each pair represents Alpha (transparency), Red, Green and Blue:
eg: 0xFF00FF00 is solid green
Define your long by placing “L” after the hex: